Updated Jenkinsfile

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

10
Jenkinsfile vendored
View file

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