-
Bug
-
Resolution: Unresolved
-
Major
-
None
1. I create a PR
2. Jenkins builds it, approves, adds comment
3. Jenkins builds it again, approves, adds comment
etc.
- is related to
-
JENKINS-26785 use hooks
-
- Open
-
Ok, the issue was caused by changing the project display name. The plugin uses PR comment as an indicator if the build is or should be ran. It uses regex including project name; when using display name the regex does not work anymore and plugin thinks that the build was not run.
If author will decide to use hooks as mentioned in JENKINS-26785, this issue will be solved.