marcells / node-build-monitor

A Build Monitor written in Node.js, which supports several build services and can be easily extended.
https://marcells.github.io/node-build-monitor
MIT License
349 stars 168 forks source link

feat: support BitBucket paused pipelines #242

Closed FrankZZ closed 3 years ago

FrankZZ commented 3 years ago

Paused BitBucket pipelines were shown as in progress. This PR shows them as color grey & status Paused.

marcells commented 3 years ago

Thanks for your contribution!