generated from gCubeCI/Pipeline-Docker-Template
WIP add deploy report input param
This commit is contained in:
parent
8ced60db1b
commit
2bde8be50d
|
@ -73,6 +73,9 @@ pipeline {
|
|||
booleanParam(name: 'TRIGGER_CD',
|
||||
defaultValue: true,
|
||||
description: 'Set to false to avoid current deploy')
|
||||
string(name: 'report',
|
||||
defaultValue: '',
|
||||
description: 'The deploy report. Leave blank to pull the build report from Git.')
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue