Update Jenkinsfile

This commit is contained in:
Marlon Beijer
2022-01-01 23:52:36 +01:00
parent 371244693a
commit a93e460b63
Vendored
+2 -2
View File
@@ -77,9 +77,9 @@ def buildStep(DOCKER_ROOT, DOCKERIMAGE, DOCKERTAG, DOCKERFILE, BUILD_NEXT) {
} }
} }
properties([[$class: 'ParametersDefinitionProperty', parameterDefinitions: [[$class: 'StringParameterDefinition', name: 'BUILD_IMAGE', defaultValue: 'all']]]])
node('master') { node('master') {
def BUILD_IMAGE = '';
properties([[$class: 'ParametersDefinitionProperty', parameterDefinitions: [[$class: 'StringParameterDefinition', name: 'BUILD_IMAGE', defaultValue: 'all']]]])
if (BUILD_IMAGE.equals('all')) { if (BUILD_IMAGE.equals('all')) {
killall_jobs(); killall_jobs();