commented out when block
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
This commit is contained in:
parent
cf3d4d8de3
commit
bf7fabd7ba
13
automation/Jenkinsfile
vendored
13
automation/Jenkinsfile
vendored
@ -13,12 +13,13 @@ pipeline {
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
when {
|
||||
anyOf {
|
||||
changeset "${DOCK_FILE_DIR}/Dockerfile";
|
||||
changelog 'cleanDocker'
|
||||
}
|
||||
}
|
||||
// Does not work, but maybe not necessary anyway..
|
||||
//when {
|
||||
// anyOf {
|
||||
// changeset "${DOCK_FILE_DIR}/Dockerfile";
|
||||
// changelog 'cleanDocker'
|
||||
// }
|
||||
//}
|
||||
steps {
|
||||
sh 'rm -rf $BUILDDIR'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user