Junit attachment

2014-12-27 Thread intelradoux
Hello, New jenkins versions don't support the https://github.com/jenkinsci/junit-attachments-plugin plugin. I do a quick fix and fire a merge request 10 days ago. unfortunatly, the last commit on this plugin is more than 1 year old, and a merge request is more than 10 month old on the

Re: Junit attachment

2014-12-27 Thread intelradoux
Oh, I forgot : uid github is intelradoux Le samedi 27 décembre 2014 10:53:35 UTC+1, intel...@gmail.com a écrit : Hello, New jenkins versions don't support the https://github.com/jenkinsci/junit-attachments-plugin plugin. I do a quick fix and fire a merge request 10 days ago

Re: Plugin with embedded webserver?

2014-09-19 Thread intelradoux
Hello, Just setup an apache front of jenkins : for instance : jenkins listen port localhost:8080 apache will listen to port 80 and proxypass to localhost:8080 . You can add a rule that forbid a call to a specific URL setup ssl on an exotic port 8254 for instance, and proxypass to

Request access for a new plugin (multi-launcher)

2014-09-17 Thread intelradoux
Hello, I've made a plugin to schedule parametrized job https://github.com/intelradoux/multi-launcher I don't think it is bullet proof (plugin has is internal scheduling system, jenkins is internally not wired to have this) but it work for my usage (It reduce my job configuration a lot