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 +}