mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Jenkin File
This commit is contained in:
parent
35c8e6241a
commit
4e4eab85a6
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,9 @@
|
|||
node {
|
||||
|
||||
stage('Configure') {
|
||||
env.PATH = "${tool 'maven-3.3.9'}/bin:${env.PATH}"
|
||||
}
|
||||
|
||||
stage('Checkout') {
|
||||
git 'https://github.com/ThilakrajKM/spring-petclinic'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue