Skip to content

Commit 149c957

Browse files
author
Vaughn Dice
authored
Merge pull request #516 from vdice/link-to-flow-diagrams
docs(src/roadmap/releases.md): link to pipeline flow diagrams
2 parents ff3e9d3 + 5705489 commit 149c957

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/roadmap/releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ upgrading to a patch or to a minor release will not break anything.
5555
Most Deis projects are "components" which produce a Docker image or binary executable as a
5656
deliverable. 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

6066
In the component repository, update from the GitHub remote and ensure `HEAD` is the commit

0 commit comments

Comments
 (0)