change paralell
This commit is contained in:
parent
2f2f3bf61a
commit
ea07ba4582
|
|
@ -21,16 +21,12 @@ pipeline {
|
||||||
|
|
||||||
stage ('Post-Compile') {
|
stage ('Post-Compile') {
|
||||||
parallel {
|
parallel {
|
||||||
stage('Codestyle') {
|
codeStyle: {
|
||||||
steps {
|
sh 'make daemon-codestyle'
|
||||||
sh 'make daemon-codestyle'
|
sh 'make webui-codestyle'
|
||||||
sh 'make webui-codestyle'
|
},
|
||||||
}
|
unitTests: {
|
||||||
}
|
sh 'make daemon-unittests'
|
||||||
stage('UnitTests') {
|
|
||||||
steps {
|
|
||||||
sh 'make daemon-unittests'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue