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