My gitlab projects trigger jenkins via webhook. Jenkins has a gitlab plugin which updates job status (penging, success or failed). Today I encountered a problem with gitlab jobs quota... Why is that? GitLab doc says they count minutes used by gitlab shared runner, but I am using external job. Any advises?
CodePudding user response:
The GitLab plugin will trigger the use of a GitLab runner (possibly a shared runner, which does impact CICD minutes), if a job is triggered from GitLab.
Even when sending the build status back to GitLab, where it will be visible in the commit and/or merge request UI, it could involve a shared runner.
Check if that is the case by viewing your CI/CD minutes used by a personal namespace.