Continuous Integration: Releases Jenkins Pipeline
From Gcube Wiki
Jenkins Pipeline
Jenkins Pipeline is a combination of plugins that support the integration and implementation of continuous delivery pipelines using Jenkins. A pipeline has an extensible automation server for creating simple or complex delivery pipelines "as code," via pipeline DSL (Domain-specific Language).
In gCube we use a Pipeline to trigger the builds of jobs forming a gCube Release. The pipeline project is available at: https://jenkins.d4science.org/job/gCube-Release/
Parameters
Triggers
No triggers are defined. This means that the pipeline has to be manually launched by the Release Manager:
Git
Jenkins Pipeline Definition
Back to the CI guide.