Commit caab2702 authored by Samir Halilcevic's avatar Samir Halilcevic

Try running in parallel

parent 4f640602
...@@ -167,6 +167,7 @@ pipeline { ...@@ -167,6 +167,7 @@ pipeline {
getSources(config) getSources(config)
} }
} }
parallel {
stage('Build') { stage('Build') {
steps { steps {
buildParallel(config) buildParallel(config)
...@@ -205,6 +206,7 @@ pipeline { ...@@ -205,6 +206,7 @@ pipeline {
} }
} }
} }
}
stage('Notify') { stage('Notify') {
steps { steps {
collectResults(config, PrettyJobName) collectResults(config, PrettyJobName)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment