generated from gCubeCI/Pipeline-Docker-Template
update release job
This commit is contained in:
parent
6f847cecf7
commit
5b236a4f63
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue