Branch: refs/heads/master Home: https://github.com/jenkinsci/bitbucket-plugin Commit: 84eb8e21e95cc4f7c2234bcf064914273004e13a https://github.com/jenkinsci/bitbucket-plugin/commit/84eb8e21e95cc4f7c2234bcf064914273004e13a Author: kzusy <kz...@brightline.tv> Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths: M src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java Log Message: ----------- The BitBucket event payload changed so made some modifications accordingly. Instead of supplying a string for the "user", an "actor" object is included, which you can grab the username from. Instead of "canon_url" and "absolute_url", the "repository" object has a "links" object that you can grab the repo url from. "scm" is no longer included. It's possible to get "scm" by making an api request, but if the repo is private, it would require authentication as well. There are additional checks in processPayload() so I felt safe removing the check for now Commit: cddb97e71e5a73f0a8f7242f05739dc7a56ce248 https://github.com/jenkinsci/bitbucket-plugin/commit/cddb97e71e5a73f0a8f7242f05739dc7a56ce248 Author: kzusy <kz...@brightline.tv> Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java Log Message: ----------- JENKINS-28877 Updated the event payload json reference Commit: 4eaeec7714bbb7411fd7a0cf650911f3551da27a https://github.com/jenkinsci/bitbucket-plugin/commit/4eaeec7714bbb7411fd7a0cf650911f3551da27a Author: fbelzunc <fbelzuncear...@cloudbees.com> Date: 2015-06-26 (Fri, 26 Jun 2015) Changed paths: M src/main/java/com/cloudbees/jenkins/plugins/BitbucketHookReceiver.java Log Message: ----------- Merge pull request #15 from kzusy/JENKINS-28877 JENKINS-28877 Compare: https://github.com/jenkinsci/bitbucket-plugin/compare/3f54f85234e1...4eaeec7714bb -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.