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

Configuration to fetch all pipelines/jobs within a group through webhook #961

Open
anchaubey opened this issue Dec 4, 2024 · 0 comments

Comments

@anchaubey
Copy link

Hello team,

I am trying to fetch all the projects within a gitlab group which are found by webhook. I saw one of the examples:-

---
log:
  level: debug

gitlab:
  url: https://gitlab.com
  token: <your_token>

server:
  webhook:
    enabled: true
    secret_token: <strong_arbitrary_secret_token>

pull:
  projects_from_wildcards:
    on_init: false
    scheduled: false

  environments_from_projects:
    on_init: false
    scheduled: false

  refs_from_projects:
    on_init: false
    scheduled: false

  metrics:
    on_init: false
    scheduled: false

projects:
  # Configure a project on which you are authorized to configure webhooks
  - name: <your_project_path_with_namespace>

I think the above configuration limits the search to only a given project ? However, I would want to enable webhook on a group level.

could you please suggest on the same ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant