stable

Clone or download

Read-only

request #14751: Missing job name in case of error

In continuous integration service homepage, when a job cannot be reached an error is displayed: cURL error 28: Connection time-out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) In order to make the list more user friendly, the name of the job in error should be displayed. Change-Id: I077de89120a8ee48bd828620797943fea34f8a2a

Modified Files

Name
M plugins/hudson/include/hudsonViews.class.php +14 −6 Go to diff View file
M src/common/Sanitizer/URISanitizer.php +17 −13 Go to diff View file
M tests/phpunit/common/Sanitizer/URISanitizerTest.php +22 −0 Go to diff View file