Hi, I'm testing my project with sbt and to do so I have the following command in the "Actions" textfield:
clean update "env development" "set (testOptions in Test) += Tests.Argument(TestFrameworks.Specs2, \"exclude\", \"badTest\")" test dist But the escape of the quotes fails and Jenkins just ignores them, which leads to an error. Is there any way to escape double quotes?! -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
