You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/01/25 19:53:11 UTC

[archiva-redback-core] branch redback-2.6.x updated: Update of Jenkinsfile

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

martin_s pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new 31c72fc  Update of Jenkinsfile
31c72fc is described below

commit 31c72fc42488e0600c510f19ef22a6ea8107e3aa
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Jan 25 20:53:06 2020 +0100

    Update of Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a55de41..af9f608 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
         stage( 'JDK8' ) {
             steps {
                 script{
-                    if (env.NONAPACHEORG_RUN != 'y' && env.BRANCH_NAME == 'master')
+                    if (env.NONAPACHEORG_RUN != 'y' && ( env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'redback-2.6.x' )
                     {
                         asfStandardBuild.mavenBuild( buildJdk, "clean deploy -U -fae -T3", mavenVersion,
                                                      defaultPublishers )