Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JENKINS-65075 Update PluginPatchsetCreatedEvent shouldTriggerOn #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 10, 2021

  1. JENKINS-65075 Update PluginPatchsetCreatedEvent shouldTriggerOn

    When a Jenkins job is configured with a PatchSet Created, and the
    "commit message contains regular expression" is populated, using the
    "Query and Trigger Gerrit Patches" link found at
     <jenkins_url>/gerrit_manual_trigger/ will incorrectly trigger the job.
    
    Update the PatchSetCreatedEvent shouldTriggerOn function to check for
    the commit message before inspecting if it's a ManualPatchSetCreated
    event.
    
    Issue: JENKINS-65075
    bkhouri committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    48a2497 View commit details
    Browse the repository at this point in the history