Added version tag
This commit is contained in:
parent
b432da8d21
commit
c63f588162
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -15,6 +15,7 @@ node("docker-node") {
|
|||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
app.push("master")
|
app.push("master")
|
||||||
|
app.push("1.3")
|
||||||
|
|
||||||
stage('Deploy on K8s'){
|
stage('Deploy on K8s'){
|
||||||
sh "/usr/local/bin/kubectl -n wetty delete po --all"
|
sh "/usr/local/bin/kubectl -n wetty delete po --all"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user