From a7209184c8573e7d213f651e67fa857bc974028d Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 1 Nov 2023 13:59:36 -0500 Subject: [PATCH] changed number of jobs --- .jenkins_osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins_osx b/.jenkins_osx index 87b12d6a..59a5b99b 100644 --- a/.jenkins_osx +++ b/.jenkins_osx @@ -36,7 +36,7 @@ pipeline { steps { retry(2) { sleep time: 5, unit: 'SECONDS' - cmake arguments: '--build . -j 4', installation: 'InSearchPath', workingDir: 'build' + cmake arguments: '--build . -j 3', installation: 'InSearchPath', workingDir: 'build' } } }