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:25:21 UTC

[sling-tooling-jenkins] branch feature/parallel-builds updated: 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


The following commit(s) were added to refs/heads/feature/parallel-builds by this push:
     new c73ad72  temporarily switch main branch
c73ad72 is described below

commit c73ad7235d590f7abd2ecbeb256200300dcec5e4
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..40f939d 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/parallel-builds'
 }
 
 def wrapInNode(def nodeLabel, Closure invocation) {