You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#198 - JENKINS-53149 Fix build data calculation when there is more than one build action
This change should help with wrong sha errors using status setter
#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).