Added Fedora 43 and updated ReadMe

This commit is contained in:
2025-10-31 22:28:57 +01:00
parent d8c9f32062
commit 29e8e7d925
2 changed files with 11 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ pipeline {
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'
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": "43"}]}')
}
options {
skipDefaultCheckout()