oh, its probably that..
fsfw/fsfw/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-12-12 13:59:28 +01:00
parent 5739c4f357
commit 5084db6cd6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'fsfw-ci:d11' image 'fsfw-ci:d12'
args '--network host --sysctl fs.mqueue.msg_max=100' args '--network host --sysctl fs.mqueue.msg_max=100'
} }
} }