Skip to content

Console Output

Started by user Matthias Mueller
Running as Matthias Mueller
Obtained build-application.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git
Running in Durability level: MAX_SURVIVABILITY
[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.13.0 for appng-authentication from branch appng-authentication-1.13.x, current snapshot is 1.13.0-SNAPSHOT, next version will be 1.13.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.13.x
Switched to a new branch 'appng-authentication-1.13.x'
Branch appng-authentication-1.13.x set up to track remote branch appng-authentication-1.13.x from origin.
[Pipeline] sh
+ sed -i s/1\.13\.0-SNAPSHOT/1\.13\.0/g pom.xml
[Pipeline] sh
+ git status
On branch appng-authentication-1.13.x
Your branch is up-to-date with 'origin/appng-authentication-1.13.x'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." 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.13.0
[appng-authentication-1.13.x 97692b9] preparing release 1.13.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.5.0/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Authentication 1.13.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication ---
[INFO] 
[INFO] --- appng-maven-plugin:1.21.0:generateApplicationConstants (applicationConstants) @ appng-authentication ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/application-home/application.xml, org.appng.application.authentication.AuthenticationSettings, /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.21.0:generateMessageConstants (messageConstants) @ appng-authentication ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/application-home/dictionary/authentication-messages.properties, org.appng.application.authentication.MessageConstants, /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants]
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-authentication ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-authentication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-authentication ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-authentication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-authentication ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/test-classes
[INFO] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/test/java/org/appng/application/authentication/webform/PasswordResetTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-authentication ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.application.authentication.ntlm.NtlmLoginTest
Apr 06, 2020 2:47:38 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2020-04-06 14:47:44,541 ERROR [main] org.appng.core.service.CoreService: No valid group membership found for user 'subject-2'
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 7.982 s - in org.appng.application.authentication.ntlm.NtlmLoginTest
[INFO] Running org.appng.application.authentication.digest.DigestLoginTest
2020-04-06 14:47:47,317 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 2B936AAF7FFEAA8CB8C7CAC7F207A673, but should be 409DD40CD8A6D09790E49ED856E3F403
2020-04-06 14:47:47,317 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.757 s - in org.appng.application.authentication.digest.DigestLoginTest
[INFO] Running org.appng.application.authentication.webform.PasswordChangeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.234 s - in org.appng.application.authentication.webform.PasswordChangeTest
[INFO] Running org.appng.application.authentication.webform.EditProfileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 s - in org.appng.application.authentication.webform.EditProfileTest
[INFO] Running org.appng.application.authentication.webform.LoginUserTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 s - in org.appng.application.authentication.webform.LoginUserTest
[INFO] Running org.appng.application.authentication.webform.LogoutUserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s - in org.appng.application.authentication.webform.LogoutUserTest
[INFO] Running org.appng.application.authentication.webform.LoginFormTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.062 s - in org.appng.application.authentication.webform.LoginFormTest
[INFO] Running org.appng.application.authentication.webform.PasswordResetTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.22 s - in org.appng.application.authentication.webform.PasswordResetTest
[INFO] Running org.appng.application.authentication.BaseLoginTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.appng.application.authentication.BaseLoginTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-authentication ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-authentication ---
[INFO] 
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/ntlm/NtlmLogin.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/digest/DigestLogin.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginUser.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordChange.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/EditProfile.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LogoutUser.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginData.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/LoginForm.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/AbstractLogon.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants/org/appng/application/authentication/MessageConstants.java...
Loading source file /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/generated-sources/constants/org/appng/application/authentication/AuthenticationSettings.java...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/DigestLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/EditProfile.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginData.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginForm.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LoginUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/LogoutUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/PasswordChange.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/PasswordReset.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/AbstractLogon.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/AuthenticationSettings.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/MessageConstants.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/NtlmLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/class-use/NtlmLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/class-use/DigestLogin.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordChange.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/EditProfile.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LogoutUser.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/PasswordReset.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginData.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/class-use/LoginForm.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/AbstractLogon.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/MessageConstants.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/class-use/AuthenticationSettings.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/digest/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/ntlm/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/org/appng/application/authentication/webform/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/apidocs/help-doc.html...
11 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:82: warning: no description for @param
[WARNING] * @param  site
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:83: warning: no description for @param
[WARNING] * @param  application
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:84: warning: no description for @param
[WARNING] * @param  environment
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:85: warning: no description for @param
[WARNING] * @param  request
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:86: warning: no description for @param
[WARNING] * @param  fp
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:87: warning: no description for @param
[WARNING] * @param  service
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:88: warning: no description for @param
[WARNING] * @param  subject
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:89: warning: no description for @param
[WARNING] * @param  passwordPolicy
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:90: warning: no description for @param
[WARNING] * @param  username
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:91: warning: no description for @param
[WARNING] * @param  email
[WARNING] ^
[WARNING] /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/java/org/appng/application/authentication/webform/PasswordReset.java:92: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-javadoc.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-authentication ---
[INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.0-20200406-1247.zip
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-authentication ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-authentication ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-authentication ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.0-20200406-1247.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/gpg/srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.0-20200406-1247.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar.asc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-authentication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 2 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng_a.png
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/asciidoc/readme.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-authentication ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 2 resources
[INFO] Copying file appng.css
[INFO] Copying file images/appng_a.png
[INFO] Rendered /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/src/main/asciidoc/readme.adoc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-authentication ---
[INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging")...
[INFO]  + Using server credentials "sonatype" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.16-01 and edition "Professional"
[INFO]  * Using staging profile ID "5db33f1e7729b7" (matched by Nexus).
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/pom.xml to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.0-20200406-1247.zip to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-sources.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0.pom.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/gpg/srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.0-20200406-1247.zip.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1061".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom.asc (473 B at 837 B/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 413 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 545 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar.asc (473 B at 2.5 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.5 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 549 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar.asc (473 B at 2.5 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.6 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 545 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip.asc (473 B at 2.5 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.1 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 546 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip
Progress (1): 2.0/45 kB
Progress (1): 4.1/45 kB
Progress (1): 6.1/45 kB
Progress (1): 8.2/45 kB
Progress (1): 10/45 kB 
Progress (1): 12/45 kB
Progress (1): 14/45 kB
Progress (1): 16/45 kB
Progress (1): 18/45 kB
Progress (1): 20/45 kB
Progress (1): 23/45 kB
Progress (1): 25/45 kB
Progress (1): 27/45 kB
Progress (1): 29/45 kB
Progress (1): 31/45 kB
Progress (1): 33/45 kB
Progress (1): 35/45 kB
Progress (1): 37/45 kB
Progress (1): 39/45 kB
Progress (1): 41/45 kB
Progress (1): 43/45 kB
Progress (1): 45 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.zip (45 kB at 61 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.6 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 551 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar
Progress (1): 2.0/24 kB
Progress (1): 4.1/24 kB
Progress (1): 6.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 10/24 kB 
Progress (1): 12/24 kB
Progress (1): 14/24 kB
Progress (1): 16/24 kB
Progress (1): 18/24 kB
Progress (1): 20/24 kB
Progress (1): 23/24 kB
Progress (1): 24 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-sources.jar (24 kB at 43 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.6 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 551 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar
Progress (1): 2.0/107 kB
Progress (1): 4.1/107 kB
Progress (1): 6.1/107 kB
Progress (1): 8.2/107 kB
Progress (1): 10/107 kB 
Progress (1): 12/107 kB
Progress (1): 14/107 kB
Progress (1): 16/107 kB
Progress (1): 18/107 kB
Progress (1): 20/107 kB
Progress (1): 23/107 kB
Progress (1): 25/107 kB
Progress (1): 27/107 kB
Progress (1): 29/107 kB
Progress (1): 31/107 kB
Progress (1): 33/107 kB
Progress (1): 35/107 kB
Progress (1): 37/107 kB
Progress (1): 39/107 kB
Progress (1): 41/107 kB
Progress (1): 43/107 kB
Progress (1): 45/107 kB
Progress (1): 47/107 kB
Progress (1): 49/107 kB
Progress (1): 51/107 kB
Progress (1): 53/107 kB
Progress (1): 55/107 kB
Progress (1): 57/107 kB
Progress (1): 59/107 kB
Progress (1): 61/107 kB
Progress (1): 63/107 kB
Progress (1): 66/107 kB
Progress (1): 68/107 kB
Progress (1): 70/107 kB
Progress (1): 72/107 kB
Progress (1): 74/107 kB
Progress (1): 76/107 kB
Progress (1): 78/107 kB
Progress (1): 80/107 kB
Progress (1): 82/107 kB
Progress (1): 84/107 kB
Progress (1): 86/107 kB
Progress (1): 88/107 kB
Progress (1): 90/107 kB
Progress (1): 92/107 kB
Progress (1): 94/107 kB
Progress (1): 96/107 kB
Progress (1): 98/107 kB
Progress (1): 100/107 kB
Progress (1): 102/107 kB
Progress (1): 104/107 kB
Progress (1): 106/107 kB
Progress (1): 107 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0-javadoc.jar (107 kB at 165 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.6 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 551 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar
Progress (1): 2.0/38 kB
Progress (1): 4.1/38 kB
Progress (1): 6.1/38 kB
Progress (1): 8.2/38 kB
Progress (1): 10/38 kB 
Progress (1): 12/38 kB
Progress (1): 14/38 kB
Progress (1): 16/38 kB
Progress (1): 18/38 kB
Progress (1): 20/38 kB
Progress (1): 23/38 kB
Progress (1): 25/38 kB
Progress (1): 27/38 kB
Progress (1): 29/38 kB
Progress (1): 31/38 kB
Progress (1): 33/38 kB
Progress (1): 35/38 kB
Progress (1): 37/38 kB
Progress (1): 38 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar (38 kB at 66 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom
Progress (1): 2.0/9.3 kB
Progress (1): 4.1/9.3 kB
Progress (1): 6.1/9.3 kB
Progress (1): 8.2/9.3 kB
Progress (1): 9.3 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.pom (9.3 kB at 16 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.6 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 550 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/1.13.0/appng-authentication-1.13.0.jar.asc (473 B at 2.5 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.6 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1061/org/appng/appng-authentication/maven-metadata.xml (311 B at 550 B/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1061".

Waiting for operation to complete...
.........

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:56 min
[INFO] Finished at: 2020-04-06T14:49:26+02:00
[INFO] Final Memory: 146M/1384M
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docs)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication
[Pipeline] {
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng-authentication/docs/1.13.0
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.13.0/reference
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.13.0/javadoc
[Pipeline] sh
+ mv -f target/apidocs/allclasses-frame.html target/apidocs/allclasses-noframe.html target/apidocs/constant-values.html target/apidocs/deprecated-list.html target/apidocs/help-doc.html target/apidocs/index-all.html target/apidocs/index.html target/apidocs/org target/apidocs/overview-frame.html target/apidocs/overview-summary.html target/apidocs/overview-tree.html target/apidocs/package-list target/apidocs/script.js target/apidocs/stylesheet.css /srv/www/appng.org/appng-authentication/docs/1.13.0/javadoc
[Pipeline] sh
+ mv -f target/generated-docs/pdf/ /srv/www/appng.org/appng-authentication/docs/1.13.0/reference/pdf/
[Pipeline] sh
+ mv -f target/generated-docs/html/ /srv/www/appng.org/appng-authentication/docs/1.13.0/reference/html/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (merge to master and tag)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication
[Pipeline] {
[Pipeline] sh
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
[Pipeline] sh
+ git merge --ff appng-authentication-1.13.x --strategy-option theirs
Merge made by the 'recursive' strategy.
 application-home/application.xml                   |   2 +-
 application-home/beans.xml                         |   8 -
 application-home/conf/datasources.xml              |  35 +-
 application-home/conf/ev-profile.xml               |  18 +
 application-home/conf/pages.xml                    |   8 +
 .../dictionary/authentication-messages.properties  |  23 +-
 .../authentication-messages_de.properties          |  23 +-
 license-header.txt                                 |   2 +-
 pom.xml                                            |   8 +-
 .../application/authentication/AbstractLogon.java  |  18 +-
 .../authentication/digest/DigestLogin.java         |  12 +-
 .../application/authentication/ntlm/NtlmLogin.java |  12 +-
 .../authentication/webform/EditProfile.java        | 155 ++++++
 .../authentication/webform/LoginData.java          |  31 +-
 .../authentication/webform/LoginForm.java          |   4 +-
 .../authentication/webform/LoginUser.java          |  12 +-
 .../authentication/webform/LogoutUser.java         |  11 +-
 .../authentication/webform/PasswordChange.java     | 113 +++-
 .../authentication/webform/PasswordReset.java      |  37 +-
 .../application/authentication/BaseLoginTest.java  |  23 +-
 .../authentication/digest/DigestLoginTest.java     |   2 +-
 .../authentication/digest/Digestgenerator.java     |   2 +-
 .../authentication/ntlm/NtlmLoginTest.java         |   2 +-
 .../webform/AuthenticationTestDataProvider.java    |  24 +-
 .../authentication/webform/EditProfileTest.java    |  66 +++
 .../authentication/webform/LoginFormTest.java      |  13 +-
 .../authentication/webform/LoginUserTest.java      |   2 +-
 .../authentication/webform/LogoutUserTest.java     |   2 +-
 .../authentication/webform/PasswordChangeTest.java | 148 ++++++
 .../authentication/webform/PasswordResetTest.java  |   4 +-
 .../xml/EditProfileTest-testEditProfile.xml        | 584 +++++++++++++++++++++
 .../xml/PasswordChangeTest-testChangePassword.xml  |  70 +++
 ...asswordChangeTest-testChangePasswordNoMatch.xml |  71 +++
 ...dChangeTest-testChangePasswordVoilatePolicy.xml |  81 +++
 ...sswordChangeTest-testChangePasswordWrongOld.xml |  71 +++
 35 files changed, 1599 insertions(+), 98 deletions(-)
 create mode 100644 application-home/conf/ev-profile.xml
 create mode 100644 src/main/java/org/appng/application/authentication/webform/EditProfile.java
 create mode 100644 src/test/java/org/appng/application/authentication/webform/EditProfileTest.java
 create mode 100644 src/test/java/org/appng/application/authentication/webform/PasswordChangeTest.java
 create mode 100644 src/test/resources/xml/EditProfileTest-testEditProfile.xml
 create mode 100644 src/test/resources/xml/PasswordChangeTest-testChangePassword.xml
 create mode 100644 src/test/resources/xml/PasswordChangeTest-testChangePasswordNoMatch.xml
 create mode 100644 src/test/resources/xml/PasswordChangeTest-testChangePasswordVoilatePolicy.xml
 create mode 100644 src/test/resources/xml/PasswordChangeTest-testChangePasswordWrongOld.xml
[Pipeline] sh
+ git tag appng-authentication-1.13.0
[Pipeline] sh
+ git push origin appng-authentication-1.13.0
To github.com:appNG/appng-authentication.git
 * [new tag]         appng-authentication-1.13.0 -> appng-authentication-1.13.0
[Pipeline] sh
+ git push
To github.com:appNG/appng-authentication.git
   e0a4352..6669345  master -> master
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (prepare next version)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication
[Pipeline] {
[Pipeline] sh
+ git show-ref --verify refs/heads/appng-authentication-1.13.x
97692b928877fb580d99902d353860179c993e4a refs/heads/appng-authentication-1.13.x
[Pipeline] sh
+ git show-ref --verify --quiet refs/heads/appng-authentication-1.13.x
+ git checkout appng-authentication-1.13.x
Switched to branch 'appng-authentication-1.13.x'
Your branch is ahead of 'origin/appng-authentication-1.13.x' by 1 commit.
  (use "git push" to publish your local commits)
[Pipeline] sh
+ sed -i s/1\.13\.0/1\.13\.1-SNAPSHOT/g pom.xml
[Pipeline] sh
+ git status
On branch appng-authentication-1.13.x
Your branch is ahead of 'origin/appng-authentication-1.13.x' by 1 commit.
  (use "git push" to publish your local commits)
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." 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 next version 1.13.1-SNAPSHOT
[appng-authentication-1.13.x 9f2d945] preparing next version 1.13.1-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] sh
+ git push origin appng-authentication-1.13.x
To github.com:appNG/appng-authentication.git
   b850113..9f2d945  appng-authentication-1.13.x -> appng-authentication-1.13.x
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS