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
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 variou
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 the
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 anot