diff --git a/Jenkinsfile b/Jenkinsfile index f20a910..1efa8f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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.') }