Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable builds are not displayed correctly #59

Open
reuterbal opened this issue May 15, 2017 · 0 comments
Open

Unstable builds are not displayed correctly #59

reuterbal opened this issue May 15, 2017 · 0 comments

Comments

@reuterbal
Copy link

In the 'Jenkins'-tab of a project, unstable jobs are not displayed correctly. The following patch fixes this:

--- a/app/use_cases/jenkins_jobs/base.rb
+++ b/app/use_cases/jenkins_jobs/base.rb
@@ -175,6 +175,8 @@ module JenkinsJobs
           'success'
         when 'red'
           'failure'
+        when 'yellow'
+          'unstable'
         when 'notbuilt'
           'notbuilt'
         when 'blue_anime'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant