Job status
JohnMcClane97 opened this issue · 3 comments
JohnMcClane97 commented
Is it possible to get exactly which job that is currently running in a pipeline? if it is possible how can that be achieved?
marcells commented
For which service? If the api of the service exposes that information, then it should be possible.
JohnMcClane97 commented
for gitlab
marcells commented
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. ;-)