Skip to content

v1.26.0

Compare
Choose a tag to compare
@lanwen lanwen released this 10 Feb 14:01
· 291 commits to master since this release
  • #164 - [JENKINS-41811] - Expose event origin to listeners. Now GitHub trigger is origin aware.

    Internal changes

    This adds internal dependency to scm-api and wraps payload/event name to transport object.
    Now subscribers and trigger use this wrapper objects to communicate (see pr for details)

    Now deprecated:

    • com.cloudbees.jenkins.GitHubWebHook.Listener - subscriber extensions can be used instead
    • com.cloudbees.jenkins.GitHubTrigger - this interface is not used by this plugin anymore to search trigger, as it has only one implementation forewer (other implementation don't need such interface because they do another job).