s/branch-designator/job-suffix/g
As clarkb suggested on #openstack-infra at 17:46 2015-10-22: "maybe we should s/branch-designator/job-suffix/g in all those files as job-suffix makes more sense considering how branch-designator has been used". The rename should make it easier for newcomers to understand these jobs. This renames branch-designator everywhere in jenkins/jobs/*. Change-Id: Icb11271b958d92957fb9907ff03c0b898d7b76fc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-swift-dsvm-functional{branch-designator}'
|
||||
name: '{pipeline}-swift-dsvm-functional{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@@ -40,7 +40,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-swiftclient-dsvm-functional{branch-designator}'
|
||||
name: '{pipeline}-swiftclient-dsvm-functional{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
||||
Reference in New Issue
Block a user