I have a parameterized job where I want to set a value to change a portion
of the URL in the job config for the HTTP request plugin similar to:

     http://service/$PARAM1/schedule

Where $PARAM1 is passed in when the job is scheduled.  However, it doesn't
get replaced.  I've tried:

     http://service/$PARAM1/schedule
     http://service/${PARAM1}/schedule

Am I doing it wrong or is it not possible?

-- 
Jeff Vincent
See my LinkedIn profile at:
http://www.linkedin.com/in/rjeffreyvincent
I ♥ DropBox <http://db.tt/9O6LfBX> !!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to