Updated jekinsfile

This commit is contained in:
WolverinDEV 2019-07-06 17:07:43 +02:00
parent e7df966ca4
commit 5de38a368d

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters {
booleanParam(defaultValue: true, description: 'Deploy this build', name: 'deploy_build')
choice(choices: ['none', ''win32', 'linux'], description: 'Which os do you want to build?', name: 'os_type')
choice(choices: ['none', 'win32', 'linux'], description: 'Which os do you want to build?', name: 'os_type')
choice(choices: ['amd64'], description: 'Which target do you want to build?', name: 'os_arch')
choice(choices: ['release'], description: 'Target build channel', name: 'channel')
text(name: 'force_rebuild', defaultValue: '', description: 'Force rebuild libraries (Separate with a ";" | * = everything)')