1. 15 Jul, 2014 2 commits
  2. 14 Jul, 2014 2 commits
    • Jacob Vosmaer's avatar
      Add Jenkins fix to the EE CHANGELOG · e4cd0c93
      Jacob Vosmaer authored
      e4cd0c93
    • Dmitriy Zaporozhets's avatar
      Merge branch 'ee_fix_jenkins_status_check' into 'master' · 5ace25cf
      Dmitriy Zaporozhets authored
      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.
      5ace25cf
  3. 11 Jul, 2014 3 commits
  4. 10 Jul, 2014 19 commits
  5. 09 Jul, 2014 14 commits