Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git@github.com:appNG/appng-manager.git > git init /var/lib/jenkins/workspace/appNG_Manager # timeout=10 Fetching upstream changes from git@github.com:appNG/appng-manager.git > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:appNG/appng-manager.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/appng-manager-1.20.x^{commit} # timeout=10 Checking out Revision b17adb78ef5a94e4e8ce100b211a22a197e5e9ce (refs/remotes/origin/appng-manager-1.20.x) > git config core.sparsecheckout # timeout=10 > git checkout -f b17adb78ef5a94e4e8ce100b211a22a197e5e9ce # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b appng-manager-1.20.x b17adb78ef5a94e4e8ce100b211a22a197e5e9ce # timeout=10 Commit message: "MGR-151" > git rev-list --no-walk d1dbaa3609ad4f955f980d759112f5fff8523a50 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn -version The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results No test report files were found. Configuration error? [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No test report files were found. Configuration error? Finished: FAILURE