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
884 changed files with 55682 additions and 51118 deletions
Showing only changes of commit 7208139630 - Show all commits

View File

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