changed number of jobs
This commit is contained in:
parent
ba59e29499
commit
a7209184c8
@ -36,7 +36,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
retry(2) {
|
retry(2) {
|
||||||
sleep time: 5, unit: 'SECONDS'
|
sleep time: 5, unit: 'SECONDS'
|
||||||
cmake arguments: '--build . -j 4', installation: 'InSearchPath', workingDir: 'build'
|
cmake arguments: '--build . -j 3', installation: 'InSearchPath', workingDir: 'build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user