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 8414c9d471 - Show all commits

View File

@ -10,6 +10,7 @@ pipeline {
dockerfile { dockerfile {
dir '$DOCK_FILE_DIR' dir '$DOCK_FILE_DIR'
additionalBuildArgs '--no-cache' additionalBuildArgs '--no-cache'
reuseNode true
} }
} }
when { when {
@ -18,6 +19,9 @@ pipeline {
changelog 'cleanDocker' changelog 'cleanDocker'
} }
} }
steps {
sh 'rm -rf $BUILDDIR'
}
} }
stage('Clean') { stage('Clean') {
agent { agent {