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 16:16:27 UTC

[felix-antora-site] branch main updated: remove when changeset again, it didn't help

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


The following commit(s) were added to refs/heads/main by this push:
     new 9215ec9  remove when changeset again, it didn't help
9215ec9 is described below

commit 9215ec92787ec80b30749e033b56a0f0661a3048
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 09:16:12 2021 -0700

    remove when changeset again, it didn't help
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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