Fix typo
testing/ogcore-api/pipeline/head There was a failure building this commit Details

develop-jenkins
Nicolas Arenas 2024-10-23 00:29:23 +02:00
parent 202b29ea6a
commit adce8f4d24
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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()