I want to set up a rundeck job, to modify a URL in a file. I need a way for the user to be able to input the url before executing the job. This is how I'm doing it now, through the terminal. But I need a way through rundeck for the user to be able to define the www.new-url.com
sed -i "s/www.old-url.com/www.new-url.com/g" /home/user/url.sh
I read this http://rundeck.org/docs/manual/jobs.html#job-options I'm having some trouble, because I want to force the user to enter a URL, and I can only force the user by defining Allowed Values or by Matching Regular Expression.
This limits the user from entering any URL they want. Any suggestions?
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/e9559aba-c8f6-4c80-b650-dcb4d94f1d88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/f627314f-fbf5-44c7-bf4e-bfe3c1b7ab0c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/f627314f-fbf5-44c7-bf4e-bfe3c1b7ab0c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/fbe0d609-ef77-4a2d-b58c-d1b979914545%40googlegroups.com.