modified: Jenkinsfile

Deleted pod from correct namespace
This commit is contained in:
Jonathan Ervine 2020-04-07 10:16:19 +08:00
parent b0c1d98107
commit a42aa3079a

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ node("docker-node") {
app.push("latest")
stage('Deploy on K8s'){
sh "/usr/local/bin/kubectl -n media delete po bedrock-0"
sh "/usr/local/bin/kubectl -n games delete po bedrock-0"
}
}
catch (err) {