Fixed typo in Jenkinsfile
This commit is contained in:
1
CT-Build/Jenkinsfile
vendored
1
CT-Build/Jenkinsfile
vendored
@@ -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: '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'
|
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'
|
||||||
parameters {
|
|
||||||
choice choices: ['Alpine', 'Debian', 'Fedora'], description: 'Defines the distro that should be build', name: 'Distro'
|
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 version of distro that should be build', name: 'Version'
|
||||||
string description: 'Defines the variant (Software selection) that should be build', name: 'BuildVariant'
|
string description: 'Defines the variant (Software selection) that should be build', name: 'BuildVariant'
|
||||||
|
|||||||
Reference in New Issue
Block a user