update release job

This commit is contained in:
Roberto Cirillo 2023-05-17 09:15:35 +02:00
parent 6f847cecf7
commit 5b236a4f63
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@
import org.yaml.snakeyaml.Yaml 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) * Roberto Cirillo (ISTI-CNR)
*/ */
@ -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_branch' RELEASE_JOB='Pipeline-gCubeBuilder'
//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
@ -384,4 +384,4 @@ def deployRelease(def categoryList, def yaml){
} }
} }
deployReleaseJobs(releaseList, smartgears); deployReleaseJobs(releaseList, smartgears);
} }