How to use a set of jar files in classpath in Jenkins
How to make this possible ? I had a set of jar files which are to be included to CLASSPATH variable. I don't want to give the command SET CLASSPATH=xxx.jar;xx.jar;.. as part of the build step. I dont' want to manually set the Environment variable CLASSPATH as part of system properties. I tried by copying a set of jar files into Jenkins_HOME/war/WEB-INF/lib and had started the Jenkins server. But couldn't make it possible... Any Solution ? You can try by additional class-path elements maven. you can see the details in below link https://maven.apache.org/surefire/maven-surefire-plugin/examples