switched to docker_d3
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Ulrich Mohr 2022-03-28 13:35:51 +02:00
parent b66c730c49
commit 1f12a249f5

View File

@ -5,7 +5,7 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'eive-obsw-ci:d2' image 'eive-obsw-ci:d3'
args '--sysctl fs.mqueue.msg_max=100' args '--sysctl fs.mqueue.msg_max=100'
} }
} }