mirror of
https://github.com/AmigaPorts/docker-amiga-gcc.git
synced 2026-09-12 03:40:33 +00:00
Update Jenkinsfile
This commit is contained in:
Vendored
+2
-2
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user