Another comment about Jenkins parameters for good measure

This commit is contained in:
RichardG867
2021-11-13 15:37:39 -03:00
parent c7accb26fd
commit 94d9ec1414

2
.ci/Jenkinsfile vendored
View File

@@ -56,7 +56,7 @@ pipeline {
parameters {
string(name: 'BUILD_TYPE',
defaultValue: 'beta', /* !!! CHANGE HERE !!! for build type */
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. Don't change this, you should instead change the default value on .ci/Jenkinsfile")
string(name: 'BRANCH',
defaultValue: 'master',
description: "Used internally to make sure all downstream builds use the same commit. Don't change this.")