mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Jenkinsfile_DB1
This commit is contained in:
parent
b694f3bac2
commit
4155f5652b
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,7 +23,7 @@ pipeline {
|
|||
steps {
|
||||
// Build a Docker image
|
||||
script {
|
||||
docker.build('petclinic:auto')
|
||||
def customImage = docker.build('petclinic:auto')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue