mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25: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
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Maven Install') {
|
stage('Maven Install') {
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'maven:3.5.0'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo mvn clean install'
|
sh 'sudo mvn clean install'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue