modified: Jenkinsfile
modified: php.ini Removed k8s deploy from Jenkinsfile - fixed typo in php.ini
This commit is contained in:
parent
5c8baceed2
commit
6c77c6677a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -14,9 +14,8 @@ node("docker-node") {
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("latest")
|
||||
app.push("3.11.6")
|
||||
|
||||
stage('Deploy on K8s'){
|
||||
sh "/usr/local/bin/kubectl -n test delete po pocketmine-0"
|
||||
}
|
||||
}
|
||||
catch (err) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user