mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
46f61696e0
commit
aa67a59ddf
1 changed files with 1 additions and 5 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -2,11 +2,7 @@ pipeline {
|
|||
agent none
|
||||
stages {
|
||||
stage('Maven Install') {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3.5.0'
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
sh 'sudo mvn clean install'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue