Compare commits
1 Commits
9136166769
...
78f8c9a90a
Author | SHA1 | Date | |
---|---|---|---|
78f8c9a90a |
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -74,8 +74,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
build job: 'cghislai-releases/charlyghislaindotcom-release/master', parameters: [
|
build job: 'infra/cluster-conf-update', parameters: [
|
||||||
string(name:"IMAGE_TAG", value:"\"${VERSION}\""),
|
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}\""),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user