Tidied up Jenkinsfile

This commit is contained in:
Jonathan Ervine 2020-07-07 11:25:37 +08:00
parent 92ad84dca2
commit 6319670a85

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("1.14.60.5latest")
app.push("1.16.02")
app.push("latest")
stage('Deploy on K8s'){