Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
209 changed files with 4812 additions and 2294 deletions
Showing only changes of commit 5cccd5caba - Show all commits

View File

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