3.11.6 #1

Merged
jonny merged 11 commits from 3.11.6 into master 2020-07-21 11:42:44 +00:00
Showing only changes of commit 40745cd8a3 - Show all commits

1
Jenkinsfile vendored
View File

@ -17,7 +17,6 @@ node("docker-node") {
app.push("latest")
}
}
catch (err) {
currentBuild.result = 'FAILURE'
}