Hi Francois,

The easiest way to get things incorporated would be to fork the plugin [1],
make the changes in your fork and then issue a pull request [2]. This makes
it very easy to merge things in and have discussions about changes. This
also makes it so that the Jenkins pull request builder can build with your
changes and verify it doesn't break any other functionality in the plugin.

Thanks,

slide

1 - https://help.github.com/articles/fork-a-repo
2 - https://help.github.com/articles/using-pull-requests


On Tue, Oct 29, 2013 at 4:50 AM, Francois Ritaly
<[email protected]>wrote:

> This is my first post to this group so apologies if I'm not following the
> "usual process" for this request.
>
> I implemented a new custom (and very simple) trigger for the "email-ext"
> plugin and was wondering if it was possible to integrate this into the
> official plugin. The new trigger is named "Status Changed" and will send a
> message as soon as the status (not_built, successful, failure, unstable,
> aborted) of a job changes. The initial intent is to only notify status
> changes and avoid spamming developers when there are a lot of build
> failures (I know that ideally builds should be fixed quickly but ...).
>
> I attached the source for the new trigger and the associated unit test
> class. This successfully compiled against email-ext 2.34.
>
> Note: Despite having an account to access the Wiki, I'm unable to log onto
> JIRA and couldn't find how to have my access "fixed" by an admin hence this
> post. If you could point me to a solution to access JIRA, I'd be grateful
> (I already reset my password 3-4 times without success).
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to