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
70 changed files with 2082 additions and 671 deletions
Showing only changes of commit cf3d4d8de3 - Show all commits

View File

@@ -15,7 +15,7 @@ pipeline {
} }
when { when {
anyOf { anyOf {
changeset "$DOCK_FILE_DIR/Dockerfile"; changeset "${DOCK_FILE_DIR}/Dockerfile";
changelog 'cleanDocker' changelog 'cleanDocker'
} }
} }