try to get Jenkinsfile changeset selector to work
diff --git a/Jenkinsfile b/Jenkinsfile
index abfa9e3..3482881 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@
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.