DBZ-5213 Adding option to skip UI when building container images

This commit is contained in:
jcechace 2022-10-14 12:11:53 +02:00 committed by Jiri Pechanec
parent 299f93afd7
commit b8036f32e7

View File

@ -23,6 +23,7 @@ pipelineJob('release-deploy-container-images') {
stringParam('STREAMS_TO_BUILD_COUNT', '2', 'How many most recent streams should be built')
stringParam('TAGS_PER_STREAM_COUNT', '1', 'How any most recent tags per stream should be built')
stringParam('MULTIPLATFORM_PLATFORMS', 'linux/amd64,linux/arm64', 'Which platforms to build images for')
booleanParam('SKIP_UI', false, 'Should UI image be skipped?')
}
definition {