Re: EnvInject: injecting environment variables from URL

2012-03-27 Thread Grégory Boissinot
Sorry, it was a regression. Fixed in shared-objects plugin 0.21 On Mon, Mar 26, 2012 at 10:17 PM, John Vacz mailing.list.collect...@googlemail.com wrote: ** Sorry, forgot to say, that the redirection on save button works. The errors are only present in log file, no error messages on web

Re: EnvInject: injecting environment variables from URL

2012-03-26 Thread John Vacz
Thanks for this quick upgrade! However I got exception in log file (complete stacktrace in attachment): java.io.FileNotFoundException: /var/lib/jenkins/sharedObjects.xml (Is a directory) I tried to remove the directory sharedObjects.xml, but it was created again when I pressed the save

Re: EnvInject: injecting environment variables from URL

2012-03-26 Thread John Vacz
Sorry, forgot to say, that the redirection on save button works. The errors are only present in log file, no error messages on web pages, but the objects are not saved. On 25.03.2012 16:02, Grégory Boissinot wrote: It should be fix with SharedObjects plugin 0.20. On Fri, Mar 23, 2012 at 7:13

Re: EnvInject: injecting environment variables from URL

2012-03-25 Thread Grégory Boissinot
It should be fix with SharedObjects plugin 0.20. On Fri, Mar 23, 2012 at 7:13 AM, John Vacz mailing.list.collect...@googlemail.com wrote: ** I have form submission problem on the shared objects configure page when I access Jenkins through a local proxy (ssl tunneling). I got a server not

Re: EnvInject: injecting environment variables from URL

2012-03-23 Thread Andrew Melo
On Fri, Mar 23, 2012 at 1:13 AM, John Vacz mailing.list.collect...@googlemail.com wrote: ** I have form submission problem on the shared objects configure page when I access Jenkins through a local proxy (ssl tunneling). I got a server not found page when I click the save button, Jenkins

Re: EnvInject: injecting environment variables from URL

2012-03-18 Thread Grégory Boissinot
Thanks for testing EnvInject plugin. EnvInject is aimed at managing environment variables. For your need, you can use the Shared Objects plugin. It's a complement to the EnvInject plugin. It enables you to share objects in your environment (such as in your case a properties files through an URL)

EnvInject: injecting environment variables from URL

2012-03-16 Thread John Vacz
Can EnvInject plugin inject enviroment variables defined in .properties file from a URL? I tried but it did not work. Have i missed something obvious? Our particular use case is that we need to inject some mail address lists as environment variables to be used by Email-ext plugin, and it