Fixed typo

This commit is contained in:
2025-08-07 23:30:26 +02:00
parent 7ebf6a082b
commit d8c9f32062

View File

@@ -7,7 +7,7 @@ pipeline {
string defaultValue: '192.168.200.11', description: 'Proxy server for packages, when enabled', name: 'ProxyServer' string defaultValue: '192.168.200.11', description: 'Proxy server for packages, when enabled', name: 'ProxyServer'
booleanParam description: 'will disable use of proxy server', name: 'DisProxy' booleanParam description: 'will disable use of proxy server', name: 'DisProxy'
checkboxParameter(name: 'ImgVersionList', format: 'JSON', displayNodePath: "//Versions/Version", valueNodePath: "//Versions/Version", description: 'Select the vesions(s) that should be build', checkboxParameter(name: 'ImgVersionList', format: 'JSON', displayNodePath: "//Versions/Version", valueNodePath: "//Versions/Version", description: 'Select the vesions(s) that should be build',
pipelineSubmitContent: '{"Versions": [{"Version": "41"},"Version": "42"},{"Version": "Rawhide"}]}') pipelineSubmitContent: '{"Versions": [{"Version": "41"},{"Version": "42"},{"Version": "Rawhide"}]}')
} }
options { options {
skipDefaultCheckout() skipDefaultCheckout()