Merge branch 'jenkins_improve_parser' into 'master'
Jenkins: improved parser Original issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1582 There were two problems: 1. Jenkins has changed html a bit 2. All the attributes of image indicator will be translated if locale is changed. So I had to parse path to image. Now Jenkins service parses correctly both new and old status page. Also it does not matter what locale is set. Basically Jenkins look at the "Accept-Language" header from your browser for locale determining. So we could not take localisation into account at all. But there are ways to change this behaviour and just for sure I decided to implement localisation-independent way. See merge request !234
Showing
Please register or sign in to comment