commented out when block
This commit is contained in:
parent
cf3d4d8de3
commit
bf7fabd7ba
13
automation/Jenkinsfile
vendored
13
automation/Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user