generated from gCubeCI/Pipeline-Docker-Template
change var name used as input param
This commit is contained in:
parent
c1e0f30e3e
commit
f6b9b58930
|
@ -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')
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue