Skip to content

Console Output

Started by user Matthias Mueller
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication
[Pipeline] {
[Pipeline] tool
[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_Authentication/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-authentication.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-authentication.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/appng-authentication-1.14.x^{commit} # timeout=10
Checking out Revision 28ef8ce45c3b00464cc0a01748c8d8138966fee4 (refs/remotes/origin/appng-authentication-1.14.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 28ef8ce45c3b00464cc0a01748c8d8138966fee4 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-authentication-1.14.x # timeout=10
 > git checkout -b appng-authentication-1.14.x 28ef8ce45c3b00464cc0a01748c8d8138966fee4 # timeout=10
Commit message: "AUTH-33"
 > git rev-list --no-walk 28ef8ce45c3b00464cc0a01748c8d8138966fee4 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
+ set JAVA_HOME=/var/lib/jenkins/tools/hudson.model.JDK/OpenJDK17/jdk-17.0.6+10
/var/lib/jenkins/workspace/appNG_Authentication@tmp/durable-940d0830/script.sh: 1: set JAVA_HOME=/var/lib/jenkins/tools/hudson.model.JDK/OpenJDK17/jdk-17.0.6+10: not found
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE