Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -4,7 +4,7 @@ pipeline {
|
|||||||
stage ('PreBuild Steps (Master)') {
|
stage ('PreBuild Steps (Master)') {
|
||||||
when {
|
when {
|
||||||
expression {
|
expression {
|
||||||
return env.GIT_BRANCH == "origin/master"
|
return branch == "master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
@@ -26,7 +26,7 @@ pipeline {
|
|||||||
stage('Publish Develop') {
|
stage('Publish Develop') {
|
||||||
when {
|
when {
|
||||||
expression {
|
expression {
|
||||||
return env.GIT_BRANCH == "origin/develop"
|
return branch == "develop"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
|
|||||||
Reference in New Issue
Block a user