Tests

Problems Solved for Setting Up Jenkins

You must set the %JAVA_HOME% and Path environment variables for jenkins. Otherwise you should get errors like:

To do so follow this steps: Create a %JAVA_HOME% var with path to the Java jdk/jre (without /bin) Add %JAVA_HOME% to the Path var. Extend the string with \bin now. Check the result by enter javac in the cmd. If something java… Read more →