Updated jenkins build methode

Switched to 'custom-checkbox-parameter' for selecting wanted variants/CT's
Also added "parameterized-scheduler" to be able to autobuild images on schedule
This commit is contained in:
2022-07-03 23:34:12 +02:00
parent 78e1c37491
commit dbf29d711c
3 changed files with 20 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ LXCBuilderIP=<ip.of.the.BuilderCT>
#StaticVars
AdminPassword=$(cat /var/lib/jenkins/secrets/initialAdminPassword)
JeninsPlugins="dark-theme ssh-slaves workflow-aggregator locale golang git dark-theme copyartifact ws-cleanup pipeline-stage-view"
JeninsPlugins="dark-theme ssh-slaves workflow-aggregator locale golang git dark-theme copyartifact ws-cleanup pipeline-stage-view custom-checkbox-parameter parameterized-scheduler"
#Check if script is configured
if [ $ThisScriptConfigured = no ]; then