Updated jekinsfile
This commit is contained in:
parent
e7df966ca4
commit
5de38a368d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
booleanParam(defaultValue: true, description: 'Deploy this build', name: 'deploy_build')
|
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: ['amd64'], description: 'Which target do you want to build?', name: 'os_arch')
|
||||||
choice(choices: ['release'], description: 'Target build channel', name: 'channel')
|
choice(choices: ['release'], description: 'Target build channel', name: 'channel')
|
||||||
text(name: 'force_rebuild', defaultValue: '', description: 'Force rebuild libraries (Separate with a ";" | * = everything)')
|
text(name: 'force_rebuild', defaultValue: '', description: 'Force rebuild libraries (Separate with a ";" | * = everything)')
|
||||||
|
Loading…
Reference in New Issue
Block a user