KocproZ / jenkins-discord

A post-build plugin that sends the build status to a Discord channel.
MIT License
39 stars 36 forks source link

Obtaining .hpi file #27

Closed raghuchinnannan closed 6 years ago

raghuchinnannan commented 6 years ago

Hi, I'm new to Jenkins and I wanted to show build notifications in our Discord server and this plugin seems like a perfect option. But When I try to upload the plugin in the Advanced tab, it's asking for a .hpi file, could you please help about getting .hpi file for this plugin?

KocproZ commented 6 years ago

You can get .hpi file from here

raghuchinnannan commented 6 years ago

Thanks for the quick response @KocproZ , it's really helpful.

Could I also interest you in creating one more repo to send Amazon SNS notifications to Discord channels using Webhooks. Amazon SNS requires subscription confirmation before posting the data, so could you create some interface between Amazon SNS and Discord webhook, which Subscribes to the SNS topic and then convert the posted data to the required Discord Webhook format and posts it, something along the lines of https://aws.amazon.com/blogs/developer/receiving-amazon-sns-messages-in-php-2/.

Thanks again.