Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-29 10:41:32 +02:00 committed by GitHub
parent 1337a55a5e
commit af701cf12a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -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 {