Re: EnvInject: injecting environment variables from URL

2012-04-03 Thread John Vacz
v0.22 works like a charm! Thanks for the great job! On 29.03.2012 23:56, Grégory Boissinot wrote: The SharedObjects 0.22 should solve this issue. On Thu, Mar 29, 2012 at 10:50 PM, John Vacz > wrote: 0.21 fixed the problem. Thanks! Ther

Re: EnvInject: injecting environment variables from URL

2012-03-29 Thread Grégory Boissinot
The SharedObjects 0.22 should solve this issue. On Thu, Mar 29, 2012 at 10:50 PM, John Vacz < mailing.list.collect...@googlemail.com> wrote: > ** > 0.21 fixed the problem. Thanks! > > There is a tiny issue though, I defined the following in a .properties > file: > > MAILING_LIST_DEV=dev1@company.

Re: EnvInject: injecting environment variables from URL

2012-03-29 Thread John Vacz
0.21 fixed the problem. Thanks! There is a tiny issue though, I defined the following in a .properties file: MAILING_LIST_DEV=d...@company.com MAILING_LIST_PM=p...@company.com MAILING_LIST_RELEASE_NOTES=$MAILING_LIST_PM,$MAILING_LIST_DEV If I inject this properties file directly through envinje

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
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-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 button.

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 n

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, J

Re: EnvInject: injecting environment variables from URL

2012-03-22 Thread John Vacz
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 was trying to submit/redirect to https://real-server-name/jenkins//manage, instead of (my gue

Re: EnvInject: injecting environment variables from URL

2012-03-21 Thread John Vacz
Thank you very much. I will try this out. On 18.03.2012 22:51, Grégory Boissinot wrote: 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 s

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) a

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 woul