Re: How to reference an environment variable in a schedule value

2014-09-16 Thread Eric Wood
Dan A position has opened up here and I'm curious if you would be interested.  Feel free to call me at 207.522.5754. Thanks. Eric Sent from Yahoo Mail on Android -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

How to reference an environment variable in a schedule value

2014-09-04 Thread Drew Cox
We would like to schedule builds but have the actual schedule value externalized in some way, such as read from an environment variable, or properties file (with the appropriate plugin). However the schedule value is validated and will not accept $ env var references. Can anyone suggest

Re: How to reference an environment variable in a schedule value

2014-09-04 Thread Marc MacIntyre
The scheduler has no concept of the environment that's present when the test is running, because it (the scheduler) is not running in the test's environment. To workaround, you could have a scheduler build run every 5 minutes or so that checked the environment variable and fired off a build if

Re: How to reference an environment variable in a schedule value

2014-09-04 Thread Drew Cox
Thanks Marc, but I'm not sure I understand what you mean by the word test in your response? Are you talk about unit tests? Regardless, perhaps I didn't express my need accurately. We would like to package and distribute canned job configurations (from source control actually), having various