Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication [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-authentication.git > git init /var/lib/jenkins/workspace/appNG_Authentication # 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 config remote.origin.url git@github.com:appNG/appng-authentication.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-authentication-1.13.x^{commit} # timeout=10 Checking out Revision 8c3485f0ca7713d6a50639b9e009945d60db1263 (refs/remotes/origin/appng-authentication-1.13.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c3485f0ca7713d6a50639b9e009945d60db1263 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b appng-authentication-1.13.x 8c3485f0ca7713d6a50639b9e009945d60db1263 # timeout=10 Commit message: "AUTH-33" > git rev-list --no-walk 1c3b50b686c606b50e151bd7e28de5d84c6281ef # 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 clean deploy [INFO] Scanning for projects... [INFO] [INFO] -------------------< org.appng:appng-authentication >------------------- [INFO] Building appNG Authentication 1.13.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Aborted by Matthias Mueller Sending interrupt signal to process script returned exit code 143 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: ABORTED