mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
add default value for BUILD_TYPE parameter
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
01b89cc8b1
commit
3a3a6f2aa5
@ -1,6 +1,14 @@
|
||||
pipeline {
|
||||
agent { label 'master' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
name: 'BUILD_TYPE',
|
||||
defaultValue: 'nightly',
|
||||
description: 'Values: nightly / e2e / release'
|
||||
)
|
||||
}
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(
|
||||
|
Loading…
x
Reference in New Issue
Block a user