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