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

An error occured when fetching builds... "true" - error definition ? #225

Closed pduchnovsky closed 4 years ago

pduchnovsky commented 4 years ago

I am unable to set jenkins job/view monitoring due to this error, any idea what's going on ?

cttodqU1hb

pduchnovsky commented 4 years ago

My colleague found out where the problem was.. you were defining joburl manually instead of using the url provided from api call.

This change helped: image

marcells commented 4 years ago

You could make a PR, if you want to, so that everyone can benefit of your bugfix.

pduchnovsky commented 4 years ago

227