Update of Jenkinsfile

This commit is contained in:
Martin Stockhammer 2020-01-25 20:53:06 +01:00
parent 3c212ed127
commit 31c72fc424
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 )