refs #4685 Jenkinsfile deploy branch fix
This commit is contained in:
parent
9c3cdd8ccc
commit
893c099ea2
|
@ -59,8 +59,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when {
|
when {
|
||||||
branch 'dev'
|
anyOf {
|
||||||
branch 'test'
|
branch 'dev'
|
||||||
|
branch 'test'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
VERSION = readFile 'VERSION.txt'
|
VERSION = readFile 'VERSION.txt'
|
||||||
|
|
Loading…
Reference in New Issue