I\'ve a group of multibranch pipeline jobs generated with the following piece groovy script:
[
\'repo1\',
\'repo2\',
].each { service ->
multib
Possibly you have configured Basic Branch Build Strategies to only include specific branches e.g. using Exact Name: master
which would skip the branch ci
from your example.
Ensure that your Jenkins branch build configuration covers the branches that you are testing for. Also make sure that Suppress automatic SCM triggering option is not set.
Do note that settings on Organization or Folder level will influence the specific Project and Job settings, unless they are specifically overridden on lower level.