marcells/node-build-monitor

Job status

JohnMcClane97 opened this issue · 3 comments

Is it possible to get exactly which job that is currently running in a pipeline? if it is possible how can that be achieved?

For which service? If the api of the service exposes that information, then it should be possible.

for gitlab

You can take a look at the implementation of the GitLab service (https://github.com/marcells/node-build-monitor/blob/master/app/services/GitLab.js).

I think you should take a look at the GitLab API Docs (https://docs.gitlab.com/ee/api/).

If you are not breaking things, feel free to make a PR. ;-)