Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/mycdc into dev
gitea/mycdc/pipeline/head This commit looks good
Details
gitea/mycdc/pipeline/head This commit looks good
Details
This commit is contained in:
commit
00b6f8cc6e
|
@ -58,8 +58,10 @@ pipeline {
|
|||
}
|
||||
stage('Deploy') {
|
||||
when {
|
||||
branch 'dev'
|
||||
branch 'test'
|
||||
anyOf {
|
||||
branch 'dev'
|
||||
branch 'test'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
VERSION = readFile 'VERSION.txt'
|
||||
|
|
Loading…
Reference in New Issue