Is it possible to use a regexp on this syntax
branches:
feature/*:
To declare it as not master with a regexp of some sort? For example
^(?!master$).*
For example we have a job for unittests, and want it run on all branches except master.
There is no job for the master branch.
if not, is this possible?
branches:
development:
branch-*:
- step
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.