Compare commits

..

2 Commits

Author SHA1 Message Date
7465dab57b Update dependency @types/jasmine to ~3.10.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 11:41:36 +00:00
66318bcd77 Jenkinsfile: run new release job
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 12:54:15 +02:00

7
Jenkinsfile vendored
View File

@ -74,11 +74,8 @@ pipeline {
}
}
steps {
build job: 'infra/cluster-conf-update', parameters: [
string(name:"STACK", value:"charlyghislaindotcom"),
string(name:"VALUES_FILE", value:"values.yaml"),
string(name:"VALUES_KEY", value:".deployment.imageTag"),
string(name:"VALUES_VALUE", value:"\"${VERSION}\""),
build job: 'cghislai-releases/charlyghislaindotcom-release/master', parameters: [
string(name:"IMAGE_TAG", value:"\"${VERSION}\""),
]
}
}