mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
fd1618b125
commit
d09209c763
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,7 +1,8 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:alpine'
|
||||
label 'windows'
|
||||
image 'maven:3.6.3-alpine'
|
||||
args '-v /root/.m2:/root/.m2'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue