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