From 8bda2bbde52345167d330733f6f7dec52bef0fe6 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 23 Oct 2024 00:51:27 +0200 Subject: [PATCH] Try comment out post condition --- Jenkinsfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 32a98e9..553edd7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,16 +59,16 @@ pipeline { docker compose cp php:/report/phpunit.xml ./phpunit.xml """ } - post { - success { - script { - docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") { - docker.image("${DOCKER_IDENTITY}").push() - docker.image("${DOCKER_IDENTITY_NGINX}").push() - } - } - } - } + // post { + // success { + // script { + // docker.withRegistry('https://index.docker.io/v1/', "${DOCKER_CREDENTIALS}") { + // docker.image("${DOCKER_IDENTITY}").push() + // docker.image("${DOCKER_IDENTITY_NGINX}").push() + // } + // } + // } + // } } } post {