modified: Jenkinsfile
Fixed typo
This commit is contained in:
parent
6c77c6677a
commit
067fb8fbd2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,8 +15,6 @@ node("docker-node") {
|
|||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
app.push("3.11.6")
|
app.push("3.11.6")
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
currentBuild.result = 'FAILURE'
|
currentBuild.result = 'FAILURE'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user