modified: Jenkinsfile
Removed extra brace
This commit is contained in:
parent
53d0090e5e
commit
1e4b0b5974
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -16,7 +16,6 @@ node("docker-node") {
|
|||||||
app.push("latest")
|
app.push("latest")
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
catch (err) {
|
catch (err) {
|
||||||
currentBuild.result = 'FAILURE'
|
currentBuild.result = 'FAILURE'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user