Jenkins not able to locate csv feeder file

I am reading a data from csv file in my gatling script using this code-
val csvFeeder = csv(“testdata/commit_file_feeder.csv”).circular
1)Locally it is working fine
2)But when i try to run this job on jenkins-- its giving me below error
ava.lang.IllegalArgumentException: Could not locate feeder file:
Resource testdata/commit_file_feeder.csv not found

Can someone help me how can i correctly pass csv file path in Jenkins

Are you sure your local changes are properly committed on the proper branch that Jenkins is using?

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