mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9ef16bd856
commit
86d8721116
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,15 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { docker 'maven:3.3.3' }
|
|
||||||
stages {
|
stages {
|
||||||
stage('prebuilt') {
|
stage('prebuilt') {
|
||||||
steps {
|
steps {
|
||||||
sh 'whoami'
|
sh 'whoami'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
|
||||||
steps {
|
|
||||||
sh 'mvn --version'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue