We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc00f7 commit 719ec3fCopy full SHA for 719ec3f
app/components/JenkinsJobs.tsx
@@ -32,7 +32,6 @@ const jenkinsColourToStatus = new Map<string, string>([
32
["red", "fail"], // build broken
33
["blue", "success"], // build success
34
["aborted", "aborted"], // build aborted
35
-
36
["yellow", "unstable"],
37
["yellow_anime", "unstable-running"], // build running but was broken
38
["red_anime", "fail-running"], // build running but was broken
0 commit comments