Compare commits

..

1 Commits

Author SHA1 Message Date
78f8c9a90a chore(deps): update dependency rxjs to v7
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
2022-04-18 01:00:50 +00:00

7
Jenkinsfile vendored
View File

@ -74,8 +74,11 @@ pipeline {
}
}
steps {
build job: 'cghislai-releases/charlyghislaindotcom-release/master', parameters: [
string(name:"IMAGE_TAG", value:"\"${VERSION}\""),
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}\""),
]
}
}