We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:-
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 ?
The text was updated successfully, but these errors were encountered: