Commit caab2702 authored by Samir Halilcevic's avatar Samir Halilcevic

Try running in parallel

parent 4f640602
......@@ -167,6 +167,7 @@ pipeline {
getSources(config)
}
}
parallel {
stage('Build') {
steps {
buildParallel(config)
......@@ -205,6 +206,7 @@ pipeline {
}
}
}
}
stage('Notify') {
steps {
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