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
3759271aa6
commit
12064a41de
1 changed files with 6 additions and 6 deletions
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -1,15 +1,15 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { docker 'maven:3.3.3' }
|
agent { docker 'maven:3.3.3' }
|
||||||
stages {
|
stages {
|
||||||
stage('prebuild') {
|
stage('pre-build') {
|
||||||
steps {
|
|
||||||
sh 'whoami'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('build') {
|
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn --version'
|
sh 'mvn --version'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('build') {
|
||||||
|
steps {
|
||||||
|
sh 'mvn compile'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue