mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
For nexus
This commit is contained in:
parent
ae84c4b7b8
commit
f4563727fb
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -15,7 +15,9 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage ('Docker build') {
|
stage ('Docker build') {
|
||||||
steps {
|
steps {
|
||||||
dockerImage = docker.build(imageName)
|
script {
|
||||||
|
dockerImage = docker.build(imageName)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue