You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/15 09:27:18 UTC

[sling-tooling-jenkins] 01/01: temporarily switch main branch

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

kwin pushed a commit to branch feature/parallel-builds
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 3d623f35d2fee4a67c013002ef3368b239f718a1
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Jun 15 11:25:17 2022 +0200

    temporarily switch main branch
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 53766dc..863c30b 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -266,7 +266,7 @@ boolean shouldDeploy(String goal) {
 }
 
 boolean isOnMainBranch() {
-    return env.BRANCH_NAME == "master"
+    return env.BRANCH_NAME == 'feature/test-parallel-builds'
 }
 
 def wrapInNode(def nodeLabel, Closure invocation) {