Added Fedora 43 and updated ReadMe
This commit is contained in:
@@ -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": "43"}]}')
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
skipDefaultCheckout()
|
skipDefaultCheckout()
|
||||||
|
|||||||
@@ -2,11 +2,20 @@
|
|||||||
|
|
||||||
## Curently supported containers (in Jenkins file)
|
## Curently supported containers (in Jenkins file)
|
||||||
### Debian
|
### Debian
|
||||||
|
- 13 (trixie)
|
||||||
- 12 (Bookwrom)
|
- 12 (Bookwrom)
|
||||||
- 11 (Bullseye)
|
- 11 (Bullseye)
|
||||||
|
|
||||||
### AlpineLinux
|
### AlpineLinux
|
||||||
- edge
|
- edge
|
||||||
|
- 3.22
|
||||||
|
- 3.21
|
||||||
|
- 3.20
|
||||||
- 3.19
|
- 3.19
|
||||||
- 3.18
|
- 3.18
|
||||||
- 3.17
|
- 3.17
|
||||||
|
|
||||||
|
### Fedora
|
||||||
|
- 41
|
||||||
|
- 42
|
||||||
|
- 43
|
||||||
Reference in New Issue
Block a user