jeroenseegers / alfred-jenkins-workflow

A workflow for Alfred which show you Jenkins builds and their status/health
66 stars 9 forks source link

Support multibranch pipeline jobs #12

Open kjarnet opened 7 years ago

kjarnet commented 7 years ago

The json format of multibranch pipeline jobs is different from normal ones, and not supported by this workflow. Example:

"healthReport": [
        {
          "description": "Worst health: myproject » mybranch: Build stability: All recent builds failed.",
          "iconUrl": "health-00to19.png",
          "score": 0
        }
      ]

Notably, the "color" field does not exist.

jeroenseegers commented 7 years ago

Hi there,

Thanks for opening the issue and describing the problem! I haven't had the time to check it out yet, but I most likely will be able to have a look somewhere this week and hopefully come up with an easy fix for it.