modified: Jenkinsfile

Fixed typo
This commit is contained in:
Jonathan Ervine 2020-03-16 20:16:45 +08:00
parent 50aca7187f
commit 40745cd8a3

1
Jenkinsfile vendored
View File

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