Changing input data in UiPath runs over Jenkins

Currently, my UiPath workflow reads data from excel sheet and executes based on input data. This workflow is published and added as a test set on the orchestrator. This test set is further used in Jenkins job for run purpose.

If I need to change the input data, I have to republish and update test set everytime manually before triggering Jenkins job so that updated data could be used in the run.

Is there any other better way of managing this case?

@neha.verma

Have the input file in some shared location and update that when needed…

Else add input argument for test case to give the file details whenever you want to change

Cheers

good idea @Anil_G , thanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.