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 Cloning the remote Git repository Cloning repository ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git > git init /var/lib/jenkins/workspace/appNG_Authentication_Release@script/bdbfa27d130baca2dd7179d7d303b2bdc98981d2af9b10e35d0fc15e52514b80 # 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 config remote.origin.url ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.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/master^{commit} # timeout=10 Checking out Revision 381d65f2b0da34bc92d9bfdbac30712637ccc834 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 381d65f2b0da34bc92d9bfdbac30712637ccc834 # timeout=10 Commit message: "go back to current branch again" First time build. Skipping changelog. [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 4fe52c9] 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 clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central 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