modified: Jenkinsfile

Removed extra brace
This commit is contained in:
Jonathan Ervine 2020-04-06 23:52:01 +08:00
parent 53d0090e5e
commit 1e4b0b5974

1
Jenkinsfile vendored
View File

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