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
I have two build jobs on Jenkins which are configured almost identically.
The approachs should be the following:
develop-issue-number <- develop-issue-number-impl -- should trigger build job to run unit tests
develop <- develop-issue-number -- should trigger build job to create package for feature testing
For the first approach job configured as follows:
In the SCM Branch Specifier set to */${sourceBranch}
Additional behaviours/Merge before builds
Name of repository = origin
Branch to merge to = ${targetBranch}
BPRB BranchesFilter set to s:r:^develop-issue-\d+-impl$ d:r:^develop-issue-\d+$
for the second approach job configuration is the same except of point 3
BPRB BranchesFilter set to s:r:^develop-issue-\d+$ d:r:^develop$
When I creating PR for any approaches to build triggers for both jobs.
Is this a bug or I'm doing something wrong.
The text was updated successfully, but these errors were encountered:
HamletHakobyan
changed the title
Build triggers with no regards on BranchFilter parameter at least when used both source and destination as regex
Build triggered with no regards on BranchFilter parameter at least when used both source and destination as regex
Dec 15, 2017
I'm seeing the same issue. When I have both b: and d: set like b:r:^JIRA-.*-test$ d:staging the regex is ignored. I think it might be doing or instead of and.
Hi,
I have two build jobs on Jenkins which are configured almost identically.
The approachs should be the following:
For the first approach job configured as follows:
for the second approach job configuration is the same except of point 3
BPRB BranchesFilter set to s:r:^develop-issue-\d+$ d:r:^develop$
When I creating PR for any approaches to build triggers for both jobs.
Is this a bug or I'm doing something wrong.
The text was updated successfully, but these errors were encountered: