Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Gitlab] Parsing CI/CD trigger jobs #6135

Closed
3 tasks done
Marco-De-Stefani opened this issue Sep 21, 2023 · 3 comments · Fixed by #6167
Closed
3 tasks done

[Feature][Gitlab] Parsing CI/CD trigger jobs #6135

Marco-De-Stefani opened this issue Sep 21, 2023 · 3 comments · Fixed by #6167
Assignees
Labels
type/feature-request This issue is a proposal for something new

Comments

@Marco-De-Stefani
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Use case

I would like to have the possibility to fetch the trigger jobs from GitLab CI/CD pipelines
https://docs.gitlab.com/ee/api/jobs.html#list-pipeline-trigger-jobs

Description

In my company, we have a setup where basically a main pipeline is triggering a child pipeline, which is responsible for the actual deployment (and from it I can have the actual environment where I'm deploying)
I know that GitLab doesn't offer an API to fetch those like we're fetching the pipelines, but the jobs need to be fetched for every single pipeline with the endpoint
projects/{{ ProjectId }}/pipelines/{{ PipelineId }}/bridges

I think it would be cool if we could have a setting for enable/disable this on the UI

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Marco-De-Stefani Marco-De-Stefani added the type/feature-request This issue is a proposal for something new label Sep 21, 2023
Copy link

This issue has been automatically marked as stale because it has been inactive for 60 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Nov 21, 2023
Copy link

This issue has been closed because it has been inactive for a long time. You can reopen it if you encounter the similar problem in the future.

@Startrekzky
Copy link
Contributor

Startrekzky commented Dec 11, 2023

@d4x1 @abeizn Since it has to be collected by each pipeline, I think one logical solution to this is:

  1. Add a collector for this GitLab bridge entity but make it optional
  2. Support [Feature][Config UI] Allow users to decide which entities to collect for each data scope #5920 . Allow users to enable it in the Config UI

So I think it relies on the implementation of #5920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request This issue is a proposal for something new
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants