File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ upgrading to a patch or to a minor release will not break anything.
5555Most Deis projects are "components" which produce a Docker image or binary executable as a
5656deliverable. This section leads a maintainer through creating a component release.
5757
58+ For flow diagrams representing the stages a component code change may take on its path to production,
59+ please see [ this link] ( https://github.com/deis/jenkins-jobs/#flow ) . One common release pipeline
60+ failure that can occur is if a release candidate cannot be located. This would be due to a failing
61+ [ master merge pipeline] ( https://github.com/deis/jenkins-jobs/#when-a-component-pr-is-merged-to-master )
62+ and so this pipeline would need to be rerun to success - using the commit to be tagged in Step 2 below - before the release can be (re-)initiated.
63+
5864### Step 1: Update Code and Set Environment variables
5965
6066In the component repository, update from the GitHub remote and ensure ` HEAD ` is the commit
You can’t perform that action at this time.
0 commit comments