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 bf7fabd7ba - Show all commits

View File

@ -13,12 +13,13 @@ pipeline {
reuseNode true reuseNode true
} }
} }
when { // Does not work, but maybe not necessary anyway..
anyOf { //when {
changeset "${DOCK_FILE_DIR}/Dockerfile"; // anyOf {
changelog 'cleanDocker' // changeset "${DOCK_FILE_DIR}/Dockerfile";
} // changelog 'cleanDocker'
} // }
//}
steps { steps {
sh 'rm -rf $BUILDDIR' sh 'rm -rf $BUILDDIR'
} }