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
We are evaluating braumeister im combination with gitlab. Aside from that our current branch naming habits are different, we also have to use regexes to control our branch-based gitlab pipelines. For instance:
deploy_dev:
...
only:
- /^release\/*_RC_*$/
would be required to trigger an RC pipeline. I never get regexes right at the first try 😄 and I'd say it's error prone.
One useful feature might be to make the generated branch names more configurable, e.g. that RC simpy start with "rc_" if I want and similarly for GA branches.
The text was updated successfully, but these errors were encountered:
We are evaluating braumeister im combination with gitlab. Aside from that our current branch naming habits are different, we also have to use regexes to control our branch-based gitlab pipelines. For instance:
would be required to trigger an RC pipeline. I never get regexes right at the first try 😄 and I'd say it's error prone.
One useful feature might be to make the generated branch names more configurable, e.g. that RC simpy start with "rc_" if I want and similarly for GA branches.
The text was updated successfully, but these errors were encountered: