Skip to content

Unstable builds are not displayed correctly #59

@reuterbal

Description

@reuterbal

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions