From 952c1389476032e444ec463bfddd9a98f49a5fae Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 7 Jun 2024 08:17:14 +0200 Subject: [PATCH] Use single node compilation as it scrambles the output --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index df9312c..1ce3440 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,7 +78,7 @@ pipeline { steps { ansiColor('xterm') { dir('build') { - sh 'make -j6' + sh 'make -j1' } } }