ContributionsMost RecentMost LikesSolutionsWhere to place jar on jenkins Hello I want to run my tests on Jenkins server. Where should I put my jar file (which is used within "groovy script" test steps)? Locally I have jar in the Program Files\SmartBear\ReadyAPI-3.3.0\bin\ext folder and it works. I found this answer from Nastya_Khovrina "If you have jar files which you need to use, these files should be placed in the <ReadyAPI installation>\bin\ext folder on the machine where you run your tests." https://support.smartbear.com/readyapi/docs/integrations/jenkins.html But I use only Jenkins plugin and testcaserunner >>> so there is no installation of ReadyAPI on Jenkins server (that means no <ReadyAPI installation>/bin/ext folder). So where should I copy my jar file on jenkins server? Solved