mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
725b7a97c4
commit
62d32adb16
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -7,6 +7,7 @@ pipeline {
|
|||
agent {
|
||||
docker {
|
||||
image 'maven:3.5.4-jdk-8-alpine'
|
||||
args '-u root'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue