Jenkinsfile: run new release job
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
This commit is contained in:
parent
0a52e84933
commit
66318bcd77
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -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}\""),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user