How to update the excel in Gitlab repository during the jenkins pipeline execution

Viewed 27

0

I'm executing my test scripts in gitlab pipeline. In one of scenario I will be reading the data from excel (I use apache POI to achieve it) and use it in test case. Then I'm trying to update the same excel sheet with custom value during run time and trying save the excel file (excel file is saved in gitlab repository). I cannot save the excel sheet during execution from git.

Same code works from local system.

Can anybody help me how to save the file in gitlab repo while execution in pipeline

Thanks in Advance

0 Answers
Related