Tidied up Jenkinsfile
This commit is contained in:
parent
92ad84dca2
commit
6319670a85
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ node("docker-node") {
|
|||||||
|
|
||||||
stage "publish"
|
stage "publish"
|
||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("1.14.60.5latest")
|
app.push("1.16.02")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
|
|
||||||
stage('Deploy on K8s'){
|
stage('Deploy on K8s'){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user