WIP add deploy report input param

This commit is contained in:
Roberto Cirillo 2022-06-22 17:08:41 +02:00
parent 8ced60db1b
commit 2bde8be50d
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -73,6 +73,9 @@ pipeline {
booleanParam(name: 'TRIGGER_CD', booleanParam(name: 'TRIGGER_CD',
defaultValue: true, defaultValue: true,
description: 'Set to false to avoid current deploy') 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.')
} }