remove default value from Jenkinsfile.combined

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-28 22:33:18 -04:00
parent 0bbfe24aec
commit 2d6764862a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ pipeline {
parameters {
string(
name: 'BUILD_TYPE',
defaultValue: 'nightly',
description: 'Values: nightly / e2e / release'
)
}