Skip to content

Commit 18e7789

Browse files
author
Vaughn Dice
authored
Merge pull request #491 from vdice/update-jenkins-jobs-var-name
chore(src/roadmap/releases.md): update jenkins-jobs var name
2 parents 0cdf30e + e8c5d3f commit 18e7789

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/roadmap/releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ export WORKFLOW_RELEASE=v2.5.0 WORKFLOW_PREV_RELEASE=v2.4.2 # for example
119119

120120
### Step 2: Update Jenkins Jobs
121121

122-
Update the `WORKFLOW_RELEASE` value in the
122+
Update the Workflow chart release value in the
123123
[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
124124
automatically when the `release-${WORKFLOW_RELEASE}` branch is pushed:
125125

126126
```bash
127127
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"
128+
perl -i -0pe "s/${WORKFLOW_PREV_RELEASE}/${WORKFLOW_RELEASE}/" common.groovy
129+
git commit -a -m "chore(workflow-$WORKFLOW_RELEASE): update workflow chart release value"
130130
git push upstream HEAD:master
131131
```
132132

0 commit comments

Comments
 (0)