changed number of jobs
All checks were successful
BlockStorage/repertory_osx_builds/pipeline/head This commit looks good
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2023-11-01 13:59:36 -05:00
parent ba59e29499
commit a7209184c8

View File

@ -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'
} }
} }
} }