Closed jakub-bochenski closed 6 years ago
I tried using https://github.com/jenkinsci/stash-pullrequest-builder-plugin#building-the-merge-of-source-branch-into-target-branch
I have the refspec set to origin/pr/${pullRequestId}/merge and I have the "Build only if Stash reports no conflicts" option turned on.
origin/pr/${pullRequestId}/merge
When the build finishes the comments appear on the PR, but build result is not recorded
I'm guessing the build result is reported against the merged commit sha instead.
Nevermind, I've missed https://github.com/jenkinsci/stash-pullrequest-builder-plugin#notify-stash-of-build-result
I tried using https://github.com/jenkinsci/stash-pullrequest-builder-plugin#building-the-merge-of-source-branch-into-target-branch
I have the refspec set to
origin/pr/${pullRequestId}/merge
and I have the "Build only if Stash reports no conflicts" option turned on.When the build finishes the comments appear on the PR, but build result is not recorded
I'm guessing the build result is reported against the merged commit sha instead.