Add match for "-" in pipeline name
We have pipelines like e.g. "check-tripleo" that would like to be matched in the Gerrit UI. Change-Id: Id0613813945590e399c223aae7bf2e69b9cfd222
This commit is contained in:
parent
0944b559fd
commit
17e0b0aef1
@ -26,7 +26,7 @@ var trustedCIRegex = /^(OpenStack CI|Jenkins|Zuul)$/;
|
|||||||
// this regex matches the name+pipeline that we want at the top of the CI list
|
// this regex matches the name+pipeline that we want at the top of the CI list
|
||||||
var firstPartyCI = /^(Jenkins|Zuul)/;
|
var firstPartyCI = /^(Jenkins|Zuul)/;
|
||||||
// this regex matches the pipeline markup
|
// this regex matches the pipeline markup
|
||||||
var pipelineNameRegex = /Build \w+ \((\w+) pipeline\)/;
|
var pipelineNameRegex = /Build \w+ \(([-\w]+) pipeline\)/;
|
||||||
// The url to full status information on running jobs
|
// The url to full status information on running jobs
|
||||||
var zuulStatusURL = 'http://status.openstack.org/zuul';
|
var zuulStatusURL = 'http://status.openstack.org/zuul';
|
||||||
// The json URL to check for running jobs
|
// The json URL to check for running jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user