Fix Jenkins build type choice
This commit is contained in:
3
.jenkins/Jenkinsfile
vendored
3
.jenkins/Jenkinsfile
vendored
@@ -39,8 +39,7 @@ pipeline {
|
||||
|
||||
parameters {
|
||||
choice(name: 'BUILD_TYPE',
|
||||
choices: ['none', 'alpha', 'beta', 'release'],
|
||||
defaultValue: 'beta',
|
||||
choices: ['beta', 'none', 'alpha', 'beta', 'release'], // duplicated on purpose, first is default
|
||||
description: 'Build type to pass on to CMake. This may affect the UI icon and feature set.')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user