3.11.6 #1

Merged
jonny merged 3 commits from 3.11.6 into master 2020-07-20 14:36:19 +00:00
Showing only changes of commit 0a456c942c - Show all commits

1
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("3.25")
app.push("latest")
}
}