steventwerd
4 years agoOccasional Contributor
Unable to access jarfile agent.jar
Hi,
After creating a Node as instructed by the documentation to connect to Jenkins, the documentation says to follow the instructions to launch Jenkins agents to nodes and connecting them to Jenkins however, when I run the code in the command line I get the error: Error: Unable to access jarfile agent.jar.
Any suggestions on how to fix this?
Documentation I was following: https://support.smartbear.com/testcomplete/docs/working-with/integration/jenkins/preparing.html?sbsearch=jenkins
Hi,
Just a guess: what if you change 'java -jar agent.jar ...' to 'java -jar C:\Jenkins\agent.jar ...' ?