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 <[email protected]> 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'
