mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Updated Jenkinsfile
This commit is contained in:
parent
925ea66595
commit
b05ee56db1
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -4,6 +4,12 @@ pipeline {
|
||||||
stage('test') {
|
stage('test') {
|
||||||
steps {
|
steps {
|
||||||
echo 'hello world'
|
echo 'hello world'
|
||||||
|
sh 'mvn compile'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('done') {
|
||||||
|
steps {
|
||||||
|
echo 'Done!!!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue