add default value for BUILD_TYPE parameter

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-28 12:55:15 -04:00
parent 01b89cc8b1
commit 3a3a6f2aa5
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
pipeline {
agent { label 'master' }
parameters {
string(
name: 'BUILD_TYPE',
defaultValue: 'nightly',
description: 'Values: nightly / e2e / release'
)
}
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(