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
d070b0d9ff
commit
f6b452ac52
1 changed files with 6 additions and 8 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -1,12 +1,10 @@
|
|||
pipeline {
|
||||
agent none
|
||||
agent any
|
||||
tools{
|
||||
maven "maven3"
|
||||
}
|
||||
stages {
|
||||
stage('Maven Install') {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3.5.0'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'mvn clean install'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue