remove unused variable

This commit is contained in:
Roberto Cirillo 2022-10-18 10:53:42 +02:00
parent 59c1d9741a
commit 8076da5291
1 changed files with 1 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -99,10 +99,7 @@ pipeline {
description: 'Set to false to avoid current deploy')
string(name: 'gCube_release_version',
defaultValue: '',
description: 'The number of the gCube release. Leave blank if executed outside gCube release.')
string(name: 'report_number',
defaultValue: '',
description: 'The build report number on Git to pull the notes. Leave blank if executed outside gCube release.')
description: 'The number of the current gCube release. Leave blank if executed outside gCube release.')
string(name: 'RELEASE_URL',
defaultValue: '',
description: 'URL to the yaml file. Leave blank if executed outside gCube release.')