I have a Jenkins build configured to pull from a Gitlab repo.
I have specified in the build config, branch specifier to only pull from one specific branch:
Branch Specifier (blank for 'any'): origin/development
Yet regardless of which branch a commit is pushed to, the build still triggers and pulls the committed branch and builds it.
Am I misunderstanding exactly what the branch specifier is supposed to do? I want to only build when a certain branch is committed to.
I've also tried the following branch specifiers with the same results:
development
*/development
refs/head/development