swith release job to gCubeBuilder_branch

This commit is contained in:
Roberto Cirillo 2023-05-09 10:58:48 +02:00
parent c6cccec47d
commit 6f847cecf7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -75,7 +75,7 @@ pipeline {
//Category name of the components candidates to the remote deployment //Category name of the components candidates to the remote deployment
DEPLOY_CATEGORY="${env.DEPLOY_CATEGORY}" DEPLOY_CATEGORY="${env.DEPLOY_CATEGORY}"
//Job name of the release pipeline //Job name of the release pipeline
RELEASE_JOB='Pipeline-gCubeBuilder' RELEASE_JOB='Pipeline-gCubeBuilder_branch'
//URL to the YAML file. Used alternatively to RELEASE_JOB //URL to the YAML file. Used alternatively to RELEASE_JOB
RELEASE_URL= "${params.RELEASE_URL}" RELEASE_URL= "${params.RELEASE_URL}"
// username of ReleaseManager. Used for limiting the preproduction deployments // username of ReleaseManager. Used for limiting the preproduction deployments