Started by user Geolykt Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/launcher-micromixin The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/launcher-micromixin/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/Starloader-project/Starloader.git # timeout=10 Fetching upstream changes from https://github.com/Starloader-project/Starloader.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/Starloader-project/Starloader.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/experiment/micromixin/j8^{commit} # timeout=10 Checking out Revision 33177c67f8bb1a786a6a637ff2c3db4986f3431a (refs/remotes/origin/experiment/micromixin/j8) > git config core.sparsecheckout # timeout=10 > git checkout -f 33177c67f8bb1a786a6a637ff2c3db4986f3431a # timeout=10 Commit message: "Migrate to stianloader.org maven, update dependencies" > git rev-list --no-walk 33177c67f8bb1a786a6a637ff2c3db4986f3431a # timeout=10 [launcher-micromixin] $ /bin/sh -xe /tmp/jenkins6437836366040706427.sh + echo 'Original JAVA_HOME: ' Original JAVA_HOME: ++ grep -o -P '[\/].+' ++ tr ' ' '\n' ++ alternatives --display java ++ sed -e 's/bin\/java//' ++ grep 'link currently points to' + export JAVA_HOME=/usr/lib/jvm/temurin-17-jdk/ + JAVA_HOME=/usr/lib/jvm/temurin-17-jdk/ + echo 'JAVA_HOME now resolves to: /usr/lib/jvm/temurin-17-jdk/' JAVA_HOME now resolves to: /usr/lib/jvm/temurin-17-jdk/ [launcher-micromixin] $ mvn -DaltDeploymentRepository='stianloader-deploy::http://localhost:25615/' deploy The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program. Build step 'Run with timeout' marked build as failure Finished: FAILURE