Set new default for the release version parameter.

This commit is contained in:
Manuele Simi 2019-09-03 21:51:40 -04:00
parent 52e5ad0820
commit 3850e86924
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -77,7 +77,7 @@ pipeline {
description: 'The type of artifacts the build is expected to generate')
string(name: 'gCube_release_version',
defaultValue: 'invalid',
defaultValue: 'x.y.z',
description: 'The number of the gCube release to build. Sample values: 4.14, 4.15, etc.')
}