Started by user Matthias Mueller Checking out git ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git into /var/lib/jenkins/workspace/appNG_Authentication_Release@script/bdbfa27d130baca2dd7179d7d303b2bdc98981d2af9b10e35d0fc15e52514b80 to read build-application.jenkins Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential 7212ca60-dbd7-4a0f-9f8e-b6bc3d3993d4 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Authentication_Release@script/bdbfa27d130baca2dd7179d7d303b2bdc98981d2af9b10e35d0fc15e52514b80/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git > git --version # timeout=10 > git --version # 'git version 2.30.2' using GIT_SSH to set credentials Verifying host key using known hosts file > git fetch --tags --force --progress -- ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision b471ced31a7ecfe5ea4f086ec509ed7e7bd4d37c (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b471ced31a7ecfe5ea4f086ec509ed7e7bd4d37c # timeout=10 Commit message: "build-application.jenkins edited online with Bitbucket" > git rev-list --no-walk 24030acbadd810de367f4919314d624f47e974ba # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Authentication_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.14.0 for appng-authentication from branch appng-authentication-1.14.x, current snapshot is 1.14.0-SNAPSHOT, next version will be 1.14.1-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh + rm -rf appng-authentication [Pipeline] sh + git clone git@github.com:appNG/appng-authentication.git appng-authentication Cloning into 'appng-authentication'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication [Pipeline] { [Pipeline] sh + git checkout appng-authentication-1.14.x Switched to a new branch 'appng-authentication-1.14.x' Branch 'appng-authentication-1.14.x' set up to track remote branch 'appng-authentication-1.14.x' from 'origin'. [Pipeline] sh + sed -i s/1\.14\.0-SNAPSHOT/1\.14\.0/g pom.xml [Pipeline] sh + git status On branch appng-authentication-1.14.x Your branch is up to date with 'origin/appng-authentication-1.14.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh + git commit -a -m preparing release 1.14.0 [appng-authentication-1.14.x dfc9ce3] preparing release 1.14.0 1 file changed, 1 insertion(+), 1 deletion(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication [Pipeline] { [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn -version Unrecognized option: --add-opens Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE