Forum Discussion

Ravikiran07's avatar
Ravikiran07
Occasional Contributor
3 years ago
Solved

{"message":"Please provide result file."} when i run integration-script from jenkins

Hello Team,

I'm trying to update test results from integration script , 
Below is my batch file variables ,


I see error as below after I run my testNG scripts


Am I missing something here ? Pls guide me



 

  • So I figured it out myself... for MacOS I had to add - resultPath="@/<your path>" - notice the @/. I see you're in Windows so I assume you add - set "$resultPath=@\"<your path>" - let me know if that works for you.

7 Replies

  • iiqbal's avatar
    iiqbal
    New Contributor

    So I figured it out myself... for MacOS I had to add - resultPath="@/<your path>" - notice the @/. I see you're in Windows so I assume you add - set "$resultPath=@\"<your path>" - let me know if that works for you.

    • Ravikiran07's avatar
      Ravikiran07
      Occasional Contributor

      Thanks for that.. !! in Addition there were some spaces in cURL cmd that I was passing , I got it solved on the call with Vignesh.  

  • iiqbal's avatar
    iiqbal
    New Contributor

    Bump. I'm getting this same problem on MacOs zsh.