diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 401a346f..8f274640 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -4,7 +4,10 @@ pipeline { BUILDDIR_LINUX = 'build_linux' } agent { - docker { image 'eive-obsw:d2'} + docker { + image 'eive-obsw:d2' + args '--sysctl fs.mqueue.msg_max=100' + } } stages { stage('Clean') {