From af701cf12a66638c4ea7941a54ab8d1c3a4696ef Mon Sep 17 00:00:00 2001 From: Mihai Georgescu Date: Wed, 29 Nov 2023 10:41:32 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c97ae491..8fa9d9686 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,6 @@ pipeline { echo "now we will begin the creation of the docker image" script { def dockerBuildOutput = sh(script: 'docker build -t imagine_spring_petclinic:0.1 .', returnStatus: true) - app = docker.build if (dockerBuildOutput == 0) { echo "Docker image creation successful" } else {