Added Readme and fixed typo in alpine Jenkinsfile

This commit is contained in:
2023-11-18 17:16:41 +01:00
parent b4287386a9
commit e744d0d221
2 changed files with 12 additions and 1 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": "3.17"},{"Version": "3.18"},{"Version": "edge}]}')
pipelineSubmitContent: '{"Versions": [{"Version": "3.17"},{"Version": "3.18"},{"Version": "edge"}]}')
}
options {
skipDefaultCheckout()

11
README.MD Normal file
View File

@@ -0,0 +1,11 @@
# Scripts for building minimal containers templates for Proxmox
## Curently supported containers (in Jenkins file)
### Debian
- 12 (Bookwrom)
- 11 (Bullseye)
### AlpineLinux
- edge
- 3.18
- 3.17