From 5b236a4f6313171ab828e2f09d859ccf2eecb286 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 17 May 2023 09:15:35 +0200 Subject: [PATCH] update release job --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f502dab..d1bca2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ import org.yaml.snakeyaml.Yaml /** - * Deploy gCube components on D4Science Infrastructure (dev-only) + * Deploy gCube components on D4Science Infrastructure (dev and preprod environments) * * Roberto Cirillo (ISTI-CNR) */ @@ -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='Pipeline-gCubeBuilder_branch' + 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 @@ -384,4 +384,4 @@ def deployRelease(def categoryList, def yaml){ } } deployReleaseJobs(releaseList, smartgears); -} \ No newline at end of file +}