Merge "Special case 'Jenkins' in hideci."

This commit is contained in:
Jenkins 2014-08-13 20:11:35 +00:00 committed by Gerrit Code Review
commit 62afc429eb

View File

@ -15,7 +15,7 @@
// this regex matches the hash part of review pages
var hashRegex = /^\#\/c\/[\/\d]+$/
// this regex matches CI comments
var ciRegex = / CI$/
var ciRegex = /^(.* CI|Jenkins)$/
// this regex matches "Patch set #"
var psRegex = /^Patch Set (\d+):/