mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
4722c5d0b3
commit
8c47945b04
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -41,7 +41,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage {'Docker Image Build'){
|
stage ('Docker Image Build'){
|
||||||
steps {
|
steps {
|
||||||
echo Docker Image Build'
|
echo Docker Image Build'
|
||||||
dir("${env.WORKSPACE}") {
|
dir("${env.WORKSPACE}") {
|
||||||
|
|
Loading…
Reference in a new issue