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