Forum Discussion

sdvgpk's avatar
sdvgpk
New Contributor
7 years ago

update excel in git/stash

Hi,

 

I have a groovy script which opens an excel file using POI, reads data from it to make rest calls and depending on the http status code, it writes either "pass" or "fail" back into the spreadsheet, and closes it.

 

This works if I am running it locally on my machine. When I refer to the excel path in git repository and execute it using Jenkins, the project runs fine but when I open the excel from the repository, it does not contain any data written back by the script.. any pointers/solutions on where/what I am doing wrong?

 

I am using readyApi 2.20

No RepliesBe the first to reply