refs #4685 Jenkinsfile deploy branch fix #8
|
@ -59,9 +59,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when {
|
when {
|
||||||
|
anyOf {
|
||||||
branch 'dev'
|
branch 'dev'
|
||||||
branch 'test'
|
branch 'test'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
environment {
|
environment {
|
||||||
VERSION = readFile 'VERSION.txt'
|
VERSION = readFile 'VERSION.txt'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue