Try comment out post condition

pull/12/head
Nicolas Arenas 2024-10-23 00:51:27 +02:00
parent 80f2242b6c
commit 7bbf84cc21
1 changed files with 10 additions and 10 deletions

20
Jenkinsfile vendored
View File

@ -59,16 +59,16 @@ pipeline {
docker compose cp php:/report/phpunit.xml ./phpunit.xml docker compose cp php:/report/phpunit.xml ./phpunit.xml
""" """
} }
post { // post {
success { // success {
script { // script {
docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") { // docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") {
docker.image("${DOCKER_IDENTITY}").push() // docker.image("${DOCKER_IDENTITY}").push()
docker.image("${DOCKER_IDENTITY_NGINX}").push() // docker.image("${DOCKER_IDENTITY_NGINX}").push()
} // }
} // }
} // }
} // }
} }
} }
post { post {