You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to configure the dashboard to show only pipelines for the default branch.
For example, if I have two projects A and B where for A the default branch is master, but for B the default branch is release. I know that I can customize the branches specifically per project, but since I have too many of them, id like to have an option equivalent to something like projectConfig → * → includeDefault: true.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for opening this issue. I agree that such an option would be helpful.
Unfortunately I'm currently out of time to implement this so I'd really appreciate a PR. :)
Is there a way to configure the dashboard to show only pipelines for the default branch.
For example, if I have two projects
A
andB
where forA
the default branch ismaster
, but forB
the default branch isrelease
. I know that I can customize the branches specifically per project, but since I have too many of them, id like to have an option equivalent to something likeprojectConfig
→*
→includeDefault: true
.The text was updated successfully, but these errors were encountered: