-
Notifications
You must be signed in to change notification settings - Fork 353
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
#428-add-support-to-pr:reviewer:approved-event #429
base: master
Are you sure you want to change the base?
#428-add-support-to-pr:reviewer:approved-event #429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who can merge this? |
@wahammed |
{ | ||
"values": [{ | ||
"date": "2018-09-21T14:53:12+00:00", | ||
"message": "[CI] Release version 1.0.0", | ||
"hash": "bf0e8b7962c024026ad01ae09d3a11732e26c0d4", | ||
"author": { | ||
"raw": "Builder <[email protected]>" | ||
} | ||
}] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this deleted? I assume this was deleted to make a test pass?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, it was probably a mistake, I didn't try to delete it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This event is also present in Bitbucket Cloud.
https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/#Approved
And it was added to this codebase:
https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/src/main/java/com/cloudbees/jenkins/plugins/bitbucket/hooks/HookEventType.java#L62
But then it is never used. 😭
Please update this PR to add the Cloud version as well.
@MayaPetter would you be so kind to complete this PR? We are running into the same issue and prefer to have this fixed in main plugin and not our own compiled one. Many thanks! |
Hi, |
adding support to reviewer approval event to update the build
Your checklist for this pull request
tested locally on a multibranch job, triggered scanning on or approval on bitbucket server