Update of Jenkinsfile
This commit is contained in:
parent
3c212ed127
commit
31c72fc424
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue