sh"myexecutable 'argument'"Cannot try just now. But wild guess: as this is groovy, you may want to try triple quoting (just use """ instead of one ") the outside expression. Not sure it will work though since what you did already looks correct to me.
My 2 cents
--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e5beb569-8bdd-4058-a779-0cb86180b59f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To be clear what I try to do is:sh"myexecutable 'argument'"