mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
changed maven image
This commit is contained in:
parent
698dc7950f
commit
5f427b450c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ pipeline {
|
|||
stage('build') {
|
||||
steps {
|
||||
script {
|
||||
docker.image('maven:3.3-jdk-8').inside {
|
||||
docker.image('maven:3.8.1-jdk-8').inside {
|
||||
// /var/jenkins_home/workspace/MeFirstPipelineJob
|
||||
sh 'mvn -B clean package -Dcheckstyle.skip'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue