mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
944f0ccac7
commit
8967002e1b
1 changed files with 4 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -2,14 +2,14 @@
|
|||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage('Maven Install') {
|
||||
stage('Maven compile') {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3.5.0'
|
||||
image 'maven:3.9.7'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'mvn clean install'
|
||||
sh 'mvn clean compile'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue