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
- Target branches: a comma separated list of branches (e.g. brancha,branchb)
63
+
- Approve PR on build success: marks a pull request as Approved with the specified user. Make sure the user has sufficient rights to update the status of pull requests and the username is "slugified".
64
+
- Mark PR with Needs Work on build failure: As above, but with failed builds. The same user requirements apply.
63
65
64
66
## Building the merge of Source Branch into Target Branch
65
67
66
68
You may want Jenkins to build the merged PR (that is the merge of `sourceBranch` into `targetBranch`) to catch any issues resulting from this. To do this change the Branch Specifier from `origin/pr/${pullRequestId}/from` to `origin/pr/${pullRequestId}/merge`
67
69
68
70
If you are building the merged PR you probably want Jenkins to do a new build when the target branch changes. There is an advanced option in the build trigger, "Rebuild if destination branch changes?" which enables this.
69
71
70
-
You probably also only want to build if the PR was mergeable and always without conflicts. There are advanced options in the build trigger for both of these.
72
+
You probably also only want to build if the PR was mergeable and always without conflicts. There are advanced options in the build trigger for both of these.
71
73
72
74
**NOTE: *Always enable `Build only if Stash reports no conflicts` if using the merge RefSpec!*** This will make sure the lazy merge on stash has happened before the build is triggered.
0 commit comments