Files
gitlabhq/app/models
Dmitriy Zaporozhets 5ace25cf20 Merge branch 'ee_fix_jenkins_status_check' into 'master'
EE - fix jenkins status check

When using Jenkins CI via the `JenkinsService` class, GitLab queries Jenkins for build status of a specific git commit shasum. This check however is done in an error prone way and fails for Jenkins jobs with multiple modules. Please note the three bubbles at the bottom of this screenshot: http://i.imgur.com/cptQdOG.png

This MR changes the checking code to make use of a HTML parser and selects the element of interest via its xpath. It was manually tested against Jenkins version 1.554 (LTS release as of today) with both maven and freestyle type jobs.
2014-07-14 09:35:15 +00:00
..
2013-09-30 13:59:16 +03:00
2011-10-09 00:36:38 +03:00
2014-04-09 15:05:03 +03:00
2014-06-13 15:40:09 +02:00
2014-06-26 17:00:05 +03:00
2014-06-26 23:24:17 +03:00
2014-04-09 15:05:03 +03:00
2014-04-09 15:05:03 +03:00
2014-04-28 16:22:31 +02:00
2014-04-09 15:05:03 +03:00
2014-06-26 14:49:09 +03:00
2014-04-09 15:05:03 +03:00
2014-06-26 18:45:33 +03:00