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 {
|
||||
string(
|
||||
name: 'BUILD_TYPE',
|
||||
defaultValue: 'nightly',
|
||||
description: 'Values: nightly / e2e / release'
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue