You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/12/26 14:07:45 UTC

[jackrabbit-filevault-jenkins-lib] branch bugfix/npe-during-deploy-staged updated: temporarily deploy all branches

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

kwin pushed a commit to branch bugfix/npe-during-deploy-staged
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-jenkins-lib.git


The following commit(s) were added to refs/heads/bugfix/npe-during-deploy-staged by this push:
     new 1aa547e  temporarily deploy all branches
1aa547e is described below

commit 1aa547e2b095db8015fdd522d179b1a6e4865ec8
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Dec 26 15:07:41 2021 +0100

    temporarily deploy all branches
---
 vars/fileVaultMavenStdBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/fileVaultMavenStdBuild.groovy b/vars/fileVaultMavenStdBuild.groovy
index 7dfbdc5..7a9badf 100644
--- a/vars/fileVaultMavenStdBuild.groovy
+++ b/vars/fileVaultMavenStdBuild.groovy
@@ -18,7 +18,7 @@
  */
 
 def isOnMainBranch() {
-    return env.BRANCH_NAME == 'master'
+    return true// env.BRANCH_NAME == 'master'
 }
 
 def executeMaven(String jdkLabel, String mavenArguments, String publisherStrategy) {