Updated Jenkinsfile

This commit is contained in:
Tan Yong Heng 2017-07-21 17:32:34 +08:00
parent b05ee56db1
commit 05e69c51cc

12
Jenkinsfile vendored
View file

@ -3,8 +3,16 @@ pipeline {
stages { stages {
stage('test') { stage('test') {
steps { steps {
echo 'hello world' parallel(
sh 'mvn compile' "test": {
echo 'hello world'
},
"": {
build 'pet clinic'
}
)
} }
} }
stage('done') { stage('done') {