jenkinsci / yammer-plugin

Deprecated, see https://www.jenkins.io/jep/7
7 stars 5 forks source link

Fix yammer api #9

Open mrbriandavis opened 9 years ago

mrbriandavis commented 9 years ago

This plugin relied on an old API endpoint that was removed. I went ahead and updated the code to leverage the most recent Yammer Gem (YAM) and removed the dependency on YamWow as you can achieve group lookup via the Yam Gem.

I had some trouble building the HPI file to test this within Jenkins and I would love feedback on how to make this work.

jenkinsadmin commented 9 years ago

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

mrbriandavis commented 9 years ago

Bump- Would love to figure out how to build the hpi file successfully to fix this plugin as it is broken.

ghost commented 9 years ago

Any update on this? I'd really like to use this plugin, but its completely broken and this seems to be the only effort to fix it.

ghost commented 9 years ago

@mrbriandavis I was able to figure out how to build the HPI from your branch. I'm trying it out on my local jenkins system. Will update when I can verify.

mrbriandavis commented 9 years ago

Thanks!

mrbriandavis commented 9 years ago

BUMP

dave-miles commented 9 years ago

ERROR: No such file /scratch/jenkins/workspace/plugins/yammer-plugin/pom.xml Surely this is a rake build for this plugin?

@mrbriandavis what is the best way to build this please?