You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2021/05/01 16:10:25 UTC

[aries-antora-site] branch master updated: try to get Jenkinsfile changeset selector to work

This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-antora-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e5a8544  try to get Jenkinsfile changeset selector to work
e5a8544 is described below

commit e5a8544e6459037a11ae0f6cf9eb3004fde5c74c
Author: David Jencks <dj...@apache.org>
AuthorDate: Sat May 1 09:10:12 2021 -0700

    try to get Jenkinsfile changeset selector to work
---
 Jenkinsfile                                                | 2 +-
 modules/ROOT/pages/development/maintainingthewebpages.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index abfa9e3..3482881 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
         stage('trigger-site-build') {
             when {
                 branch 'master'
-                changeset '**/*'
+                changeset '**/*.adoc'
             }
 
             steps {
diff --git a/modules/ROOT/pages/development/maintainingthewebpages.adoc b/modules/ROOT/pages/development/maintainingthewebpages.adoc
index a9b1799..1478648 100644
--- a/modules/ROOT/pages/development/maintainingthewebpages.adoc
+++ b/modules/ROOT/pages/development/maintainingthewebpages.adoc
@@ -1,6 +1,6 @@
 = Maintaining The Web Site
 
-The web site is built with https://antora.org[Antora].
+The web site is built with https://antora.org[Antora] run through the https://ci-builds.apache.org[Apache Jenkins CI].
 Instructions coming soon.
 
 NOTE: the rest of this page is totally and completely outdated.