3.11.3 #1

Merged
jonny merged 7 commits from 3.11.3 into master 2020-07-15 03:43:13 +00:00
Showing only changes of commit c63f588162 - Show all commits

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ node("docker-node") {
app.push("${env.BUILD_NUMBER}")
app.push("latest")
app.push("master")
app.push("1.3")
stage('Deploy on K8s'){
sh "/usr/local/bin/kubectl -n wetty delete po --all"