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 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Manager/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:appNG/appng-manager.git # 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 rev-parse refs/remotes/origin/appng-manager-1.20.x^{commit} # timeout=10 Checking out Revision d1dbaa3609ad4f955f980d759112f5fff8523a50 (refs/remotes/origin/appng-manager-1.20.x) > git config core.sparsecheckout # timeout=10 > git checkout -f d1dbaa3609ad4f955f980d759112f5fff8523a50 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D appng-manager-1.20.x # timeout=10 > git checkout -b appng-manager-1.20.x d1dbaa3609ad4f955f980d759112f5fff8523a50 # timeout=10 Commit message: "MGR-150" > git rev-list --no-walk a27bb8e68a0d07f775c6652191d2d2697f4f5c0f # 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 [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare doc folder) [Pipeline] sh + rm -rf /srv/www/appng.org/appng-manager/docs/1.20.x [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-manager/docs/1.20.x/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-manager/docs/1.20.x/javadoc [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unstash Build) [Pipeline] dir Running in /srv/www/appng.org/appng/builds/snapshot [Pipeline] { [Pipeline] unstash [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No such saved stash ‘jenkins_artifacts’ Finished: FAILURE