From 59c1d9741ad4644ce9964e4ec52cb79415ad5cc4 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 18 Oct 2022 10:49:34 +0200 Subject: [PATCH] set RELEASE_JOB name to Pipeline-gCubeBuilder --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9919c97..403c8a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,7 +75,7 @@ pipeline { //Category name of the components candidates to the remote deployment DEPLOY_CATEGORY="${env.DEPLOY_CATEGORY}" //Job name of the release pipeline - RELEASE_JOB='gCubeBuilder' + RELEASE_JOB='Pipeline-gCubeBuilder' //URL to the YAML file. Used alternatively to RELEASE_JOB RELEASE_URL= "${params.RELEASE_URL}" // username of ReleaseManager. Used for limiting the preproduction deployments