From 1f12a249f5976927c97389dc79d90b38a6161208 Mon Sep 17 00:00:00 2001 From: Ulrich Mohr Date: Mon, 28 Mar 2022 13:35:51 +0200 Subject: [PATCH] switched to docker_d3 --- automation/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index fe79dc73..ee50924a 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } agent { docker { - image 'eive-obsw-ci:d2' + image 'eive-obsw-ci:d3' args '--sysctl fs.mqueue.msg_max=100' } }