Fix typo
parent
73fbd6b6f6
commit
d78e719a91
|
@ -62,7 +62,7 @@ pipeline {
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
sucess {
|
success {
|
||||||
script {
|
script {
|
||||||
docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") {
|
docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") {
|
||||||
app.push()
|
app.push()
|
||||||
|
|
Loading…
Reference in New Issue