WIP add deploy report input param

feature/23936
Roberto Cirillo 2 years ago
parent 8ced60db1b
commit 2bde8be50d

3
Jenkinsfile vendored

@ -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…
Cancel
Save