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

Edit build-monitor #217

Closed Victor3512 closed 4 years ago

Victor3512 commented 4 years ago

If I want to edit the build monitor in which file should I start coding?

marcells commented 4 years ago

The plugins are located in the services folder. If you want to create a new plugin, then just take a look at the existing implementations.

Victor3512 commented 4 years ago

If I'm using gitlab which exist and extend it a bit is that possible I just have to edit the gitlab.js?

marcells commented 4 years ago

If you want to contribute to the GitLab service, then this is the correct location.