mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
corrected change
This commit is contained in:
parent
feaef30467
commit
cbc8b51112
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Maven Install') {
|
stage('Maven Install') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker any {
|
||||||
image 'maven:3.5.0'
|
image 'maven:3.5.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue