mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-20 18:49:38 +00:00
For nexus
This commit is contained in:
parent
c4a81dc9eb
commit
ae84c4b7b8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage ('Docker build') {
|
stage ('Docker build') {
|
||||||
steps {
|
steps {
|
||||||
dockerImage = docker.build imageName
|
dockerImage = docker.build(imageName)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue