You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/21 15:57:28 UTC

[felix-antora-site] 02/02: try specifying changeset for trigger

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

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

commit 76fc371ff251d2ba94c089f028f3ed0c55a57b3e
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 08:57:09 2021 -0700

    try specifying changeset for trigger
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ae451b7..ba28c37 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,10 +5,10 @@ pipeline {
 
     stages {
         stage('trigger-site-build') {
-//             when {
-//                 branch 'main'
-//                 changeset '**/*.adoc'
-//             }
+            when {
+                branch 'main'
+                changeset '**/*'
+            }
 
             steps {
                 triggerRemoteJob remotePathMissing: [$class: 'StopAsFailure'], remotePathUrl: 'jenkins://712657a46c181b3ff60d2c029abcf8b7/Felix/website-build'