Compare commits

..

2 Commits

Author SHA1 Message Date
8e7225fc60 Update dependency ts-node to v10
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2022-04-18 15:31:57 +00:00
97ceb9ae86 Jenkinsfile: do not deploy feature branches
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 13:46:02 +02:00

1
Jenkinsfile vendored
View File

@ -69,6 +69,7 @@ pipeline {
stage ('Update cluster') {
when {
allOf {
expression { return env.BRANCH_NAME == 'master' }
expression { return params.SKIP_PUBLISH != true }
expression { return params.SKIP_CLUSTER_UPDATE != true }
}