Download plugin for hudson not working

I am trying to use the email-ext plugin for hudson which was developed by chetan here.

This allows you to use rich text in your email notification content from hudson.

The problem is that I cannot load the .hpi file

I go to Hudson -> Manage Hudson -> Manage plugins -> Advanced view of the .hpi file, then click "Download". After a few seconds, I got to the control plugins page. There is no exit to the terminal, and after restarting hudson there is no sign of a new plugin. Has anyone else had this problem?

thanks

+4
source share
2 answers

No, so far I have not had this problem. Check out the plugins folder of your Hudson installation. It should contain the hpi file you downloaded and a folder (the same name as the hpi file) with the exploded version. if both are missing, just drop the hpi file into the plugins folder and restart Hudson. It should extract the hpi file.

I looked at the blog post you linked. It mentions that this is a modification of the ext-email module. Check if the optional plugin is installed. If so, uninstall it and check if the hpi file is installed correctly. Just wondering if this could be a version issue (that ext is newer than the groovy -email plugin).

+2
source

Name packages like maven Group-ID

those. if you have org.wan-ja-wum as the group identifier, the build extension should be in the org.wan_ja_wum package.

0
source

All Articles