change var name used as input param

This commit is contained in:
Roberto Cirillo 2022-07-29 16:46:49 +02:00
parent c1e0f30e3e
commit f6b9b58930
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -73,9 +73,9 @@ pipeline {
booleanParam(name: 'TRIGGER_CD',
defaultValue: true,
description: 'Set to false to avoid current deploy')
string(name: 'report',
string(name: 'gCube_release_version',
defaultValue: '',
description: 'The deploy report. Leave blank to pull the build report from Git.')
description: 'Leave blank if executed outside gCube release')
}