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,9 +58,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