Merge "Update the URL match pattern"

This commit is contained in:
Jenkins 2014-04-29 08:58:32 +00:00 committed by Gerrit Code Review
commit 8e2d599f91

View File

@ -153,7 +153,7 @@ class openstack_project::gerrit (
},
{
name => 'testresult',
match => '<li>([^ ]+) <a href=\"[^\"]+\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
match => '<li>([^ ]+) <a href=\"[^\"]+\" target=\"_blank\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
html => '<li class=\"comment_test\"><span class=\"comment_test_name\"><a href=\"$2\">$1</a></span> <span class=\"comment_test_result\"><span class=\"result_$3\">$3</span>$4</span></li>',
},
{