Open prawen opened 4 years ago
One more observation which resulted into same issue again.
Flow:
Is there anyway we can ignore the build trigger if PR is closed/merged ?
@KostyaSha Can you please help ?
@KostyaSha I'm still facing this issue. Any help would be really appreciated.
Probably try to add one more criteria "Pull Request Closed" that will skip PR builds.
Though Pipeline reports the status on the closed/merged PR
- that's ok. That will probably change in GitHub API timestamp of repository. But then trigger will check and compare the date of the last comment. It shouldn't see new comments.
The state is saved in job directory i.e. https://github.com/KostyaSha/github-integration-plugin/blob/master/github-pullrequest-plugin/src/test/resources/org.jenkinsci.plugins.github.pullrequest.GitHubPRRepository.runtime.xml#L23 could you verify manually before and after triggering?
is this issue solved? @KostyaSha
Hello,
I'm new to this plugin and really appreciate your help here.
I have configured the plugin as per the instructions provided. Client cache is set to 20. My trigger event is "Comment matched to Pattern" My webhook settings on gitlab.com sends below events a. Issue Comments b. Pull requests
Expected flow:
Actual result: When a comment matches my pattern, build is getting triggered and the build status is being reported before and after the build. This is working as per my expectation.
Issue I'm facing
What I'm expecting