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.12.0 for appng-authentication from branch appng-authentication-1.12.x, current snapshot is 1.12.0-SNAPSHOT, next version will be 1.12.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.12.x Switched to a new branch 'appng-authentication-1.12.x' Branch appng-authentication-1.12.x set up to track remote branch appng-authentication-1.12.x from origin. [Pipeline] sh + sed -i s/1\.12\.0-SNAPSHOT/1\.12\.0/g pom.xml [Pipeline] sh + git status On branch appng-authentication-1.12.x Your branch is up-to-date with 'origin/appng-authentication-1.12.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.12.0 [appng-authentication-1.12.x fa01378] preparing release 1.12.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.12.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication --- [INFO] [INFO] --- appng-maven-plugin:1.19.1: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.19.1: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 11 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-authentication --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-authentication --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/test-classes [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 03, 2019 5:07:56 PM ch.sla.jdbcperflogger.Logger info INFO: Using config file jdbcperflogger-fallback.xml 2019-09-03 17:08:01,501 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.297 s - in org.appng.application.authentication.ntlm.NtlmLoginTest [INFO] Running org.appng.application.authentication.digest.DigestLoginTest 2019-09-03 17:08:04,132 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is FB57D07DCD5A13E9D4C5F011B78BED93, but should be A3B8576B129E40F11BA93910AF9B3DDF 2019-09-03 17:08:04,133 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 s - in org.appng.application.authentication.digest.DigestLoginTest [INFO] Running org.appng.application.authentication.webform.LoginUserTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.269 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.878 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: 0.677 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.161 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: 22, 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.12.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/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/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/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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:88: 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:89: warning: no description for @return [WARNING] * @return [WARNING] ^ [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.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.12.0-20190903-1507.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.12.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.12.0.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.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.12.0/appng-authentication-1.12.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.12.0-20190903-1507.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.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.12.0-20190903-1507.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.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.14-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.12.0.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.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.12.0/appng-authentication-1.12.0.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-javadoc.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-javadoc.jar [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.12.0-20190903-1507.zip to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-sources.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0.pom.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.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.12.0-20190903-1507.zip.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.12.0-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1054". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip.asc (473 B at 713 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 284 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 463 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.zip (34 kB at 42 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 454 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.jar Progress (1): 2.0/28 kB Progress (1): 4.1/28 kB Progress (1): 6.1/28 kB Progress (1): 8.2/28 kB Progress (1): 10/28 kB Progress (1): 12/28 kB Progress (1): 14/28 kB Progress (1): 16/28 kB Progress (1): 18/28 kB Progress (1): 20/28 kB Progress (1): 23/28 kB Progress (1): 25/28 kB Progress (1): 27/28 kB Progress (1): 28 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.jar (28 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.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-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.pom (9.3 kB at 14 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 471 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.4 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 461 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-javadoc.jar.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 464 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar Progress (1): 2.0/20 kB Progress (1): 4.1/20 kB Progress (1): 6.1/20 kB Progress (1): 8.2/20 kB Progress (1): 10/20 kB Progress (1): 12/20 kB Progress (1): 14/20 kB Progress (1): 16/20 kB Progress (1): 18/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-sources.jar (20 kB at 28 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 485 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 452 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-javadoc.jar Progress (1): 2.0/99 kB Progress (1): 4.1/99 kB Progress (1): 6.1/99 kB Progress (1): 8.2/99 kB Progress (1): 10/99 kB Progress (1): 12/99 kB Progress (1): 14/99 kB Progress (1): 16/99 kB Progress (1): 18/99 kB Progress (1): 20/99 kB Progress (1): 23/99 kB Progress (1): 25/99 kB Progress (1): 27/99 kB Progress (1): 29/99 kB Progress (1): 31/99 kB Progress (1): 33/99 kB Progress (1): 35/99 kB Progress (1): 37/99 kB Progress (1): 39/99 kB Progress (1): 41/99 kB Progress (1): 43/99 kB Progress (1): 45/99 kB Progress (1): 47/99 kB Progress (1): 49/99 kB Progress (1): 51/99 kB Progress (1): 53/99 kB Progress (1): 55/99 kB Progress (1): 57/99 kB Progress (1): 59/99 kB Progress (1): 61/99 kB Progress (1): 63/99 kB Progress (1): 66/99 kB Progress (1): 68/99 kB Progress (1): 70/99 kB Progress (1): 72/99 kB Progress (1): 74/99 kB Progress (1): 76/99 kB Progress (1): 78/99 kB Progress (1): 80/99 kB Progress (1): 82/99 kB Progress (1): 84/99 kB Progress (1): 86/99 kB Progress (1): 88/99 kB Progress (1): 90/99 kB Progress (1): 92/99 kB Progress (1): 94/99 kB Progress (1): 96/99 kB Progress (1): 98/99 kB Progress (1): 99 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0-javadoc.jar (99 kB at 123 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 456 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/1.12.0/appng-authentication-1.12.0.jar.asc (473 B at 379 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 1.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1054/org/appng/appng-authentication/maven-metadata.xml (311 B at 474 B/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1054". Waiting for operation to complete... ........ [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:35 min [INFO] Finished at: 2019-09-03T17:09:24+02:00 [INFO] Final Memory: 142M/1366M [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.12.0 [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.12.0/reference [Pipeline] sh + mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.12.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.12.0/javadoc [Pipeline] sh + mv -f target/generated-docs/pdf/ /srv/www/appng.org/appng-authentication/docs/1.12.0/reference/pdf/ [Pipeline] sh + mv -f target/generated-docs/html/ /srv/www/appng.org/appng-authentication/docs/1.12.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.12.x --strategy-option theirs Merge made by the 'recursive' strategy. CONTRIBUTING.adoc | 4 + application-home/application.xml | 8 +- application-home/conf/ev-digest.xml | 1 + application-home/conf/ev-ntlm.xml | 1 + changelog.txt | 14 ++++ license-header.txt | 2 +- lombok.config | 1 + pom.xml | 87 ++++++++++++++++++++-- .../application/authentication/AbstractLogon.java | 65 +++++++++------- .../authentication/digest/DigestLogin.java | 20 ++--- .../application/authentication/ntlm/NtlmLogin.java | 10 ++- .../authentication/webform/LoginData.java | 48 ++---------- .../authentication/webform/LoginForm.java | 8 +- .../authentication/webform/LoginUser.java | 10 +-- .../authentication/webform/LogoutUser.java | 13 +++- .../authentication/webform/PasswordChange.java | 44 ++++++----- .../authentication/webform/PasswordReset.java | 65 ++++++++-------- .../application/authentication/BaseLoginTest.java | 2 +- .../authentication/digest/DigestLoginTest.java | 2 +- .../authentication/digest/Digestgenerator.java | 39 ++++++++++ .../authentication/ntlm/NtlmLoginTest.java | 4 +- .../webform/AuthenticationTestDataProvider.java | 2 +- .../authentication/webform/LoginFormTest.java | 3 +- .../authentication/webform/LoginUserTest.java | 5 +- .../authentication/webform/LogoutUserTest.java | 4 +- .../authentication/webform/PasswordResetTest.java | 2 +- 26 files changed, 295 insertions(+), 169 deletions(-) create mode 100644 changelog.txt create mode 100644 lombok.config create mode 100644 src/test/java/org/appng/application/authentication/digest/Digestgenerator.java [Pipeline] sh + git tag appng-authentication-1.12.0 [Pipeline] sh + git push origin appng-authentication-1.12.0 To github.com:appNG/appng-authentication.git * [new tag] appng-authentication-1.12.0 -> appng-authentication-1.12.0 [Pipeline] sh + git push To github.com:appNG/appng-authentication.git dc14ef6..e0a4352 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.12.x fa013788ae3f28b0ef270898170aec48cd688321 refs/heads/appng-authentication-1.12.x [Pipeline] sh + git show-ref --verify --quiet refs/heads/appng-authentication-1.12.x + git checkout appng-authentication-1.12.x Switched to branch 'appng-authentication-1.12.x' Your branch is ahead of 'origin/appng-authentication-1.12.x' by 1 commit. (use "git push" to publish your local commits) [Pipeline] sh + sed -i s/1\.12\.0/1\.12\.1-SNAPSHOT/g pom.xml [Pipeline] sh + git status On branch appng-authentication-1.12.x Your branch is ahead of 'origin/appng-authentication-1.12.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.12.1-SNAPSHOT [appng-authentication-1.12.x e1738fb] preparing next version 1.12.1-SNAPSHOT 1 file changed, 1 insertion(+), 1 deletion(-) [Pipeline] sh + git push origin appng-authentication-1.12.x To github.com:appNG/appng-authentication.git b5cd227..e1738fb appng-authentication-1.12.x -> appng-authentication-1.12.x [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS