mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
modify Jenkinsfile
This commit is contained in:
parent
4d8ec3d197
commit
5349878317
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -1,5 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3-alpine'
|
||||
args '-v /root/.m2:/root/.m2'
|
||||
}
|
||||
}
|
||||
tools {
|
||||
maven 'Maven 3.3.9'
|
||||
jdk 'jdk8'
|
||||
|
|
Loading…
Reference in a new issue