In JBIDE-22819 I created a buildflow job to orchestrate the steps involved in staging or release of jbt/ds.
However, on CCI we can now write a pipeline job [1] in groovy, which can trigger downstream builds [2] and wait for approval/input [3] before continuing. This might be an ever better visualization & control for these stages/releases.
[1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/vscode-java_release -> https://github.com/redhat-developer/vscode-java/blob/master/Jenkinsfile
[2] https://jenkins.io/doc/pipeline/steps/pipeline-build-step/#build-build-a-job
[3] https://github.com/redhat-developer/vscode-java/blob/master/Jenkinsfile#L68
- clones
-
JBIDE-22819 wrap staging build process with a series of jenkins jobs
- Closed