Am Dienstag, 4. Juli 2017 15:21:38 UTC+2 schrieb 江南: > > > > favorite > <https://sqa.stackexchange.com/questions/28272/jenkins-unexpected-eof-while-looking-for-matching-build-step-execute-shel#> > > I have specified C:\Program Files\Git\bin\sh.exe in the Jenkins Global > Configuration Shell. And following is my command to run the cucumber feature > > pwd > cd C:\"Test folders" > > ^^ This " is probably considered as escaped, so the second one is unmatched
Did you try C:\\"....." ? Björn > > pwd > bundle exec cucumber features\test.feature > > > when I click on Build Now the test failed and I am > seeing the following error can someone please tell me what went wrong? > Thanks > > unexpected EOF while looking for matching `"' Build step 'Execute > shell' marked build as failure > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6690f1f8-6043-4b73-8d5d-ebf6904ac40b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
