mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
1337a55a5e
commit
af701cf12a
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue