remove default value from Jenkinsfile.combined
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0bbfe24aec
commit
2d6764862a
|
@ -4,7 +4,6 @@ pipeline {
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
name: 'BUILD_TYPE',
|
name: 'BUILD_TYPE',
|
||||||
defaultValue: 'nightly',
|
|
||||||
description: 'Values: nightly / e2e / release'
|
description: 'Values: nightly / e2e / release'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue