mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
94b71227a1
commit
e68242f6fb
1 changed files with 1 additions and 5 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,13 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { docker 'maven:3.3.3' }
|
agent { docker 'maven:3.3.3' }
|
||||||
stages {
|
stages {
|
||||||
stage('pre-build') {
|
|
||||||
steps {
|
|
||||||
sh 'mvn --version'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'mvn --version'
|
||||||
sh 'mvn compile'
|
sh 'mvn compile'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue