You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/roadmap/releases.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,14 +119,14 @@ export WORKFLOW_RELEASE=v2.5.0 WORKFLOW_PREV_RELEASE=v2.4.2 # for example
119
119
120
120
### Step 2: Update Jenkins Jobs
121
121
122
-
Update the `WORKFLOW_RELEASE` value in the
122
+
Update the Workflow chart release value in the
123
123
[common.groovy](https://github.com/deis/jenkins-jobs/blob/master/common.groovy) file so the [workflow-test-release](https://ci.deis.io/job/workflow-test-release/) job will kick off
124
124
automatically when the `release-${WORKFLOW_RELEASE}` branch is pushed:
125
125
126
126
```bash
127
127
git clone git@github.com:deis/jenkins-jobs.git
128
-
# update WORKFLOW_RELEASE value
129
-
git commit -a -m "chore(workflow-$WORKFLOW_RELEASE): update WORKFLOW_RELEASE"
0 commit comments