Update Jenkinsfile

This commit is contained in:
Marlon Beijer 2022-01-01 23:31:30 +01:00
parent b655fbd2ab
commit 371244693a
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -78,6 +78,7 @@ def buildStep(DOCKER_ROOT, DOCKERIMAGE, DOCKERTAG, DOCKERFILE, BUILD_NEXT) {
}
node('master') {
def BUILD_IMAGE = '';
properties([[$class: 'ParametersDefinitionProperty', parameterDefinitions: [[$class: 'StringParameterDefinition', name: 'BUILD_IMAGE', defaultValue: 'all']]]])
if (BUILD_IMAGE.equals('all')) {