3.11.3 #1

Merged
jonny merged 12 commits from 3.11.3 into master 2020-07-21 14:13:27 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 6c77c6677a - Show all commits

3
Jenkinsfile vendored
View File

@ -14,9 +14,8 @@ node("docker-node") {
stage "publish" stage "publish"
app.push("${env.BUILD_NUMBER}") app.push("${env.BUILD_NUMBER}")
app.push("latest") 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) { catch (err) {

View File

@ -1,4 +1,4 @@
memory_limit=14096 memory_limit=14096M
date.timezone=UTC date.timezone=UTC
short_open_tag=0 short_open_tag=0
asp_tags=0 asp_tags=0