From 4c19c63762d57142ae64fa1a18343275c32586f9 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 8 Jan 2025 00:14:16 +0100 Subject: [PATCH] Fixed typo in Jenkinsfile --- CT-Build/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/CT-Build/Jenkinsfile b/CT-Build/Jenkinsfile index a1ba8ac..f471e9d 100644 --- a/CT-Build/Jenkinsfile +++ b/CT-Build/Jenkinsfile @@ -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'