Started by user Matthias Mueller Running as Matthias Mueller Obtained build-application.jenkins from git ssh://git@bitbucket.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.1 for appng-authentication from branch appng-authentication-1.13.x, current snapshot is 1.13.1-SNAPSHOT, next version will be 1.13.2-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\.1-SNAPSHOT/1\.13\.1/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 ..." to update what will be committed) (use "git checkout -- ..." 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.1 [appng-authentication-1.13.x c5dfcb3] preparing release 1.13.1 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.1 [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 9 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 Sep 30, 2021 12:10:25 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2021-09-30 12:10:38,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: 20.404 s - in org.appng.application.authentication.ntlm.NtlmLoginTest [INFO] Running org.appng.application.authentication.digest.DigestLoginTest 2021-09-30 12:10:42,484 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 5F4CF5C94F130A0A9BDF1FA9761D27A3, but should be C3A07C703ADF0513FF0FAF078CED9D4B 2021-09-30 12:10:42,484 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.961 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: 7.768 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: 3.149 s - in org.appng.application.authentication.webform.EditProfileTest [INFO] Running org.appng.application.authentication.webform.LoginUserTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.835 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: 3.061 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: 14.695 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.596 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: 28, 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.1.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.1-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.1-20210930-1009.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.1-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.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.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.1/appng-authentication-1.13.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.1-20210930-1009.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-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.1-20210930-1009.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-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.20-02 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.1.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.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.1/appng-authentication-1.13.1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.13.1-20210930-1009.zip to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-sources.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1.pom.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-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.1-20210930-1009.zip.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.13.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1075". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.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/45 kB Progress (1): 45 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip (45 kB at 28 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 289 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 380 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar.asc (473 B at 1.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/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-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 383 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.zip.asc (473 B at 1.4 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 396 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-javadoc.jar.asc (473 B at 1.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 909 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 382 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.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-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.jar (38 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.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-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.pom (9.3 kB at 11 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 948 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 395 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar Progress (1): 2.0/25 kB Progress (1): 4.1/25 kB Progress (1): 6.1/25 kB Progress (1): 8.2/25 kB Progress (1): 10/25 kB Progress (1): 12/25 kB Progress (1): 14/25 kB Progress (1): 16/25 kB Progress (1): 18/25 kB Progress (1): 20/25 kB Progress (1): 23/25 kB Progress (1): 25 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-sources.jar (25 kB at 24 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/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-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 399 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.pom.asc (473 B at 1.8 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 294 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-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-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1-javadoc.jar (107 kB at 91 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 391 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/1.13.1/appng-authentication-1.13.1.jar.asc (473 B at 1.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1075/org/appng/appng-authentication/maven-metadata.xml (311 B at 386 B/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1075". Waiting for operation to complete... ........................... [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:10 min [INFO] Finished at: 2021-09-30T12:14:30+02:00 [INFO] Final Memory: 149M/918M [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [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.1 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.13.1/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.13.1/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.1/javadoc [Pipeline] sh + mv -f target/generated-docs/pdf/ /srv/www/appng.org/appng-authentication/docs/1.13.1/reference/pdf/ [Pipeline] sh + mv -f target/generated-docs/html/ /srv/www/appng.org/appng-authentication/docs/1.13.1/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/conf/datasources.xml | 27 ++++++++++- application-home/conf/ev-form-auth.xml | 14 +++++- .../dictionary/authentication-messages.properties | 2 + .../authentication-messages_de.properties | 2 + pom.xml | 2 +- .../application/authentication/AbstractLogon.java | 2 +- .../authentication/digest/DigestLogin.java | 2 +- .../application/authentication/ntlm/NtlmLogin.java | 2 +- .../authentication/webform/EditProfile.java | 2 +- .../authentication/webform/LoginData.java | 9 +++- .../authentication/webform/LoginForm.java | 2 +- .../authentication/webform/LoginUser.java | 2 +- .../authentication/webform/LogoutUser.java | 2 +- .../authentication/webform/PasswordChange.java | 2 +- .../authentication/webform/PasswordReset.java | 2 +- .../application/authentication/BaseLoginTest.java | 2 +- .../authentication/digest/DigestLoginTest.java | 2 +- .../authentication/digest/Digestgenerator.java | 2 +- .../authentication/ntlm/NtlmLoginTest.java | 2 +- .../webform/AuthenticationTestDataProvider.java | 2 +- .../authentication/webform/EditProfileTest.java | 2 +- .../authentication/webform/LoginFormTest.java | 2 +- .../authentication/webform/LoginUserTest.java | 24 +++++++++- .../authentication/webform/LogoutUserTest.java | 2 +- .../authentication/webform/PasswordChangeTest.java | 2 +- .../authentication/webform/PasswordResetTest.java | 2 +- .../xml/LoginUserTest-testLoginNoData.xml | 56 ++++++++++++++++++++++ .../resources/xml/LoginUserTest-testLoginOK.xml | 52 ++++++++++++++++++++ .../xml/LoginUserTest-testLoginWrongPassword.xml | 50 +++++++++++++++++++ 29 files changed, 250 insertions(+), 26 deletions(-) create mode 100644 src/test/resources/xml/LoginUserTest-testLoginNoData.xml create mode 100644 src/test/resources/xml/LoginUserTest-testLoginOK.xml create mode 100644 src/test/resources/xml/LoginUserTest-testLoginWrongPassword.xml [Pipeline] sh + git tag appng-authentication-1.13.1 [Pipeline] sh + git push origin appng-authentication-1.13.1 To github.com:appNG/appng-authentication.git * [new tag] appng-authentication-1.13.1 -> appng-authentication-1.13.1 [Pipeline] sh + git push To github.com:appNG/appng-authentication.git 6669345..e7a9c1b 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 c5dfcb3fd4c2da1e26e3d745b23ffe5eaa148c87 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\.1/1\.13\.2-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 ..." to update what will be committed) (use "git checkout -- ..." 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.2-SNAPSHOT [appng-authentication-1.13.x be7925e] preparing next version 1.13.2-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 9aa1d96..be7925e 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