I need to execute shell command with quoted argument like this:
myexecutable 'argument'
That's because argument can be interpreted wrong in some cases e.g. 
"-input_value_looking_like_param".
Seems like 'sh' wipes all quotes in command string no matter what types of 
escaping I tried.
Is there a way?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/81b0344c-bc77-4869-b901-6ee32854b488%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to