Update FSFW from Upstream #27

Merged
muellerr merged 523 commits from mueller/update-from-upstream into develop 2022-05-17 10:06:59 +02:00
Showing only changes of commit 7208139630 - 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') {