From 2bc0235f5a16016c2890f4532adfa2481f0efcd1 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 6 Apr 2020 23:04:45 +0200 Subject: [PATCH] [Jenkins] Limit eve builds to 8 cores. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 147bb29773a..02345cf8eaa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -293,7 +293,7 @@ pipeline { } build { env = 'eve/cli.sh' - cmd_args = '-l 30' + cmd_args = '-j 8' } build { env = 'eve/cli.sh' @@ -348,7 +348,7 @@ pipeline { } build { env = 'eve/petsc.sh' - cmd_args = '-l 30' + cmd_args = '-j 8' } build { env = 'eve/petsc.sh' -- GitLab