commented out when block
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Robin Mueller 2022-01-28 13:46:05 +01:00
parent cf3d4d8de3
commit bf7fabd7ba
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 7 additions and 6 deletions

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'
} }