Fixed typo in Jenkinsfile

This commit is contained in:
2025-01-08 00:14:16 +01:00
parent 8725a44750
commit 4c19c63762

View File

@@ -6,7 +6,6 @@ pipeline {
string defaultValue: '0', description: 'Set amount of core\'s ZX is allowed when compressing (use 0 for all cores)', name: 'ZX_Cores'
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'
parameters {
choice choices: ['Alpine', 'Debian', 'Fedora'], description: 'Defines the distro that should be build', name: 'Distro'
string description: 'Defines the version of distro that should be build', name: 'Version'
string description: 'Defines the variant (Software selection) that should be build', name: 'BuildVariant'