mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Updated Docker stage
This commit is contained in:
parent
c9beb9fc5a
commit
493f7b6e81
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -12,5 +12,9 @@ pipeline {
|
||||||
sh 'mvn clean install'
|
sh 'mvn clean install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Initialize'){
|
||||||
|
def dockerHome = tool 'myDocker'
|
||||||
|
env.PATH = "${dockerHome}/bin:${env.PATH}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue