Catch 2 Update #538

Merged
mohr merged 13 commits from mueller/catch2-update into development 2022-01-31 15:18:43 +01: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'
} }