mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
modifed file
This commit is contained in:
parent
cbc8b51112
commit
01ef84fda6
1 changed files with 8 additions and 7 deletions
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
|
@ -1,13 +1,14 @@
|
||||||
|
#!groovy
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Maven Install') {
|
stage('Maven Install') {
|
||||||
agent {
|
agent {
|
||||||
docker any {
|
docker {
|
||||||
image 'maven:3.5.0'
|
image 'maven:3.5.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean install'
|
sh 'mvn clean install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue