From 906c29738f54bd1756a3032f445224e9bd41c0e3 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 9 Feb 2024 15:12:11 -0500 Subject: [PATCH] fewer cores --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7a9a31..a339c33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ pipeline # Ubuntu 20.04 only ships cmake 3.16 not 3.17: echo 'PACKAGES="once:cmake ${PACKAGES}"' > local.cfg rm -rf $WORKSPACE/install - ./candi.sh -j 10 -p $WORKSPACE/install + ./candi.sh -j 8 -p $WORKSPACE/install cp $WORKSPACE/install/tmp/build/deal.II-*/detailed.log detailed-ubuntu2004.log ''' archiveArtifacts artifacts: 'detailed-ubuntu2004.log', fingerprint: true @@ -87,7 +87,7 @@ pipeline cmake --version rm -f local.cfg rm -rf $WORKSPACE/install/ - ./candi.sh -j 10 -p $WORKSPACE/install + ./candi.sh -j 8 -p $WORKSPACE/install cp $WORKSPACE/install/tmp/build/deal.II-*/detailed.log detailed-ubuntu2204.log ''' archiveArtifacts artifacts: 'detailed-ubuntu2204.log', fingerprint: true -- 2.39.5