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 23fa93f  try harder to get Jenkinsfile changeset selector to work
23fa93f is described below

commit 23fa93f9209856fcb959760dd71102179dcf22ae
Author: David Jencks <djen...@apache.org>
AuthorDate: Sat May 1 09:12:50 2021 -0700

    try harder 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 3482881..722a1f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
         stage('trigger-site-build') {
             when {
                 branch 'master'
-                changeset '**/*.adoc'
+//                 changeset '**/*.adoc'
             }
 
             steps {
diff --git a/modules/ROOT/pages/development/maintainingthewebpages.adoc 
b/modules/ROOT/pages/development/maintainingthewebpages.adoc
index 1478648..4444b75 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] run through the 
https://ci-builds.apache.org[Apache Jenkins CI].
+The web site is built with https://antora.org[Antora] run through 
https://ci-builds.apache.org[Apache Jenkins CI].
 Instructions coming soon.
 
 NOTE: the rest of this page is totally and completely outdated.

Reply via email to