Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-30277

Plugin keeps building pull request when project name != project display name

      1. I create a PR
      2. Jenkins builds it, approves, adds comment
      3. Jenkins builds it again, approves, adds comment
      etc.

          [JENKINS-30277] Plugin keeps building pull request when project name != project display name

          Jacek added a comment - - edited

          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.

          Jacek added a comment - - edited 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.

            Unassigned Unassigned
            jkobus Jacek
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: