Fix of Jenkinsfile
This commit is contained in:
parent
31c72fc424
commit
a3bc5ee7ff
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -55,7 +55,7 @@ pipeline {
|
||||
stage( 'JDK8' ) {
|
||||
steps {
|
||||
script{
|
||||
if (env.NONAPACHEORG_RUN != 'y' && ( env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'redback-2.6.x' )
|
||||
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…
x
Reference in New Issue
Block a user