Update FSFW #33

Merged
meierj merged 75 commits from mueller/master into eive/develop 2022-02-21 11:00:17 +01:00
Showing only changes of commit 54f3d7bd2d - Show all commits

View File

@ -3,7 +3,7 @@ pipeline {
BUILDDIR = 'build-tests'
}
agent {
docker { image: fsfw-ci:d1}
docker { image: 'fsfw-ci:d1'}
}
stages {
stage('Clean') {