Skip to content

Console Output

Started by user Matthias Mueller
Obtained build-application.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git
[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.11.2 for appng-authentication from branch appng-authentication-1.11.x, current snapshot is 1.11.2-SNAPSHOT, next version will be 1.11.3-SNAPSHOT
[Pipeline] echo
##############################################
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare Release Branch)
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ rm -rf appng-authentication
[Pipeline] sh
[appNG_Authentication_Release] Running shell script
+ 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
[appng-authentication] Running shell script
+ git checkout appng-authentication-1.11.x
Switched to a new branch 'appng-authentication-1.11.x'
Branch appng-authentication-1.11.x set up to track remote branch appng-authentication-1.11.x from origin.
[Pipeline] sh
[appng-authentication] Running shell script
+ sed -i s/1\.11\.2-SNAPSHOT/1\.11\.2/g pom.xml
[Pipeline] sh
[appng-authentication] Running shell script
+ git status
On branch appng-authentication-1.11.x
Your branch is up-to-date with 'origin/appng-authentication-1.11.x'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
[appng-authentication] Running shell script
+ git commit -a -m preparing release 1.11.2
[appng-authentication-1.11.x 85fcb8b] preparing release 1.11.2
 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
[appng-authentication] Running shell script
+ /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.11.2
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-authentication ---
[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 9 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 8 source files to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-authentication ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.application.authentication.webform.LoginUserTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.398 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.729 s - in org.appng.application.authentication.webform.LogoutUserTest
[INFO] Running org.appng.application.authentication.webform.PasswordResetTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.601 s - in org.appng.application.authentication.webform.PasswordResetTest
[INFO] Running org.appng.application.authentication.webform.LoginFormTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in org.appng.application.authentication.webform.LoginFormTest
[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] Running org.appng.application.authentication.ntlm.NtlmLoginTest
2017-11-16 11:53:59,259 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: 1.81 s - in org.appng.application.authentication.ntlm.NtlmLoginTest
[INFO] Running org.appng.application.authentication.digest.DigestLoginTest
2017-11-16 11:54:01,247 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is B7ECB7C234307CA2DA713ACA9CC0B78F, but should be B31BCA6753B25D5F450529A28972E883
2017-11-16 11:54:01,247 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.005 s - in org.appng.application.authentication.digest.DigestLoginTest
[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.11.2.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/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/PasswordChange.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/LoginUser.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/ntlm/NtlmLogin.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/src/main/java/org/appng/application/authentication/digest/DigestLogin.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/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/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/PasswordChange.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/LoginUser.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/ntlm/class-use/NtlmLogin.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/digest/class-use/DigestLogin.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:87: 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:88: 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:89: 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:90: 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:91: 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:92: 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:93: 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:94: 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:95: 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:96: 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:97: warning: no description for @return
[WARNING] * @return
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-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.11.2-20171116-1053.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.11.2-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.11.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.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.11.2/appng-authentication-1.11.2.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.11.2-20171116-1053.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-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.11.2-20171116-1053.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-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.5-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.11.2.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.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.11.2/appng-authentication-1.11.2.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-authentication-1.11.2-20171116-1053.zip to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2.pom.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-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.11.2-20171116-1053.zip.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/appng-authentication-1.11.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Authentication_Release/appng-authentication/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1026".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom.asc (473 B at 781 B/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/maven-metadata.xml
Progress (1): 311 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/maven-metadata.xml (311 B at 391 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar
Progress (1): 2.0/91 kB
Progress (1): 4.1/91 kB
Progress (1): 6.1/91 kB
Progress (1): 8.2/91 kB
Progress (1): 10/91 kB 
Progress (1): 12/91 kB
Progress (1): 14/91 kB
Progress (1): 16/91 kB
Progress (1): 18/91 kB
Progress (1): 20/91 kB
Progress (1): 23/91 kB
Progress (1): 25/91 kB
Progress (1): 27/91 kB
Progress (1): 29/91 kB
Progress (1): 31/91 kB
Progress (1): 33/91 kB
Progress (1): 35/91 kB
Progress (1): 37/91 kB
Progress (1): 39/91 kB
Progress (1): 41/91 kB
Progress (1): 43/91 kB
Progress (1): 45/91 kB
Progress (1): 47/91 kB
Progress (1): 49/91 kB
Progress (1): 51/91 kB
Progress (1): 53/91 kB
Progress (1): 55/91 kB
Progress (1): 57/91 kB
Progress (1): 59/91 kB
Progress (1): 61/91 kB
Progress (1): 63/91 kB
Progress (1): 66/91 kB
Progress (1): 68/91 kB
Progress (1): 70/91 kB
Progress (1): 72/91 kB
Progress (1): 74/91 kB
Progress (1): 76/91 kB
Progress (1): 78/91 kB
Progress (1): 80/91 kB
Progress (1): 82/91 kB
Progress (1): 84/91 kB
Progress (1): 86/91 kB
Progress (1): 88/91 kB
Progress (1): 90/91 kB
Progress (1): 91 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar (91 kB at 113 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-javadoc.jar.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip
Progress (1): 2.0/32 kB
Progress (1): 4.1/32 kB
Progress (1): 6.1/32 kB
Progress (1): 8.2/32 kB
Progress (1): 10/32 kB 
Progress (1): 12/32 kB
Progress (1): 14/32 kB
Progress (1): 16/32 kB
Progress (1): 18/32 kB
Progress (1): 20/32 kB
Progress (1): 23/32 kB
Progress (1): 25/32 kB
Progress (1): 27/32 kB
Progress (1): 29/32 kB
Progress (1): 31/32 kB
Progress (1): 32 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip (32 kB at 52 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.zip.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.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/25 kB
Progress (1): 25 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.jar (25 kB at 42 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom
Progress (1): 2.0/7.0 kB
Progress (1): 4.1/7.0 kB
Progress (1): 6.1/7.0 kB
Progress (1): 7.0 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2.pom (7.0 kB at 12 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar
Progress (1): 2.0/18 kB
Progress (1): 4.1/18 kB
Progress (1): 6.1/18 kB
Progress (1): 8.2/18 kB
Progress (1): 10/18 kB 
Progress (1): 12/18 kB
Progress (1): 14/18 kB
Progress (1): 16/18 kB
Progress (1): 18/18 kB
Progress (1): 18 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1026/org/appng/appng-authentication/1.11.2/appng-authentication-1.11.2-sources.jar (18 kB at 30 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1026".

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

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2017-11-16T11:54:52+01:00
[INFO] Final Memory: 128M/1103M
[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
[appng-authentication] Running shell script
+ rm -rf /srv/www/appng.org/appng-authentication/docs/1.11.2
[Pipeline] sh
[appng-authentication] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.11.2/reference
[Pipeline] sh
[appng-authentication] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-authentication/docs/1.11.2/javadoc
[Pipeline] sh
[appng-authentication] Running shell script
+ 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.11.2/javadoc
[Pipeline] sh
[appng-authentication] Running shell script
+ mv -f target/generated-docs/pdf/ /srv/www/appng.org/appng-authentication/docs/1.11.2/reference/pdf/
[Pipeline] sh
[appng-authentication] Running shell script
+ mv -f target/generated-docs/html/ /srv/www/appng.org/appng-authentication/docs/1.11.2/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
[appng-authentication] Running shell script
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
[Pipeline] sh
[appng-authentication] Running shell script
+ git merge --ff appng-authentication-1.11.x --strategy-option theirs
Auto-merging pom.xml
Merge made by the 'recursive' strategy.
 CODE_OF_CONDUCT.adoc                               |  71 ++++
 CONTRIBUTING.adoc                                  |   1 +
 README.adoc                                        |   7 +
 application-home/application.xml                   |   2 +-
 license-header.txt                                 |  13 +
 pom.xml                                            |  56 ++-
 src/main/asciidoc/appng.css                        | 405 +++++++++++++++++++++
 src/main/asciidoc/readme.adoc                      |  15 +-
 .../application/authentication/AbstractLogon.java  |   2 +-
 .../authentication/digest/DigestLogin.java         |   2 +-
 .../application/authentication/ntlm/NtlmLogin.java |   2 +-
 .../authentication/webform/LoginData.java          |  30 +-
 .../authentication/webform/LoginForm.java          |   2 +-
 .../authentication/webform/LoginUser.java          |   2 +-
 .../authentication/webform/LogoutUser.java         |   2 +-
 .../authentication/webform/PasswordChange.java     |  30 +-
 .../authentication/webform/PasswordReset.java      |   2 +-
 .../application/authentication/BaseLoginTest.java  |   2 +-
 .../authentication/digest/DigestLoginTest.java     |   2 +-
 .../authentication/ntlm/NtlmLoginTest.java         |   2 +-
 .../webform/AuthenticationTestDataProvider.java    |  30 +-
 .../authentication/webform/LoginFormTest.java      |   2 +-
 .../authentication/webform/LoginUserTest.java      |   2 +-
 .../authentication/webform/LogoutUserTest.java     |  30 +-
 .../authentication/webform/PasswordResetTest.java  |   2 +-
 25 files changed, 619 insertions(+), 97 deletions(-)
 create mode 100644 CODE_OF_CONDUCT.adoc
 create mode 100644 CONTRIBUTING.adoc
 create mode 100644 README.adoc
 create mode 100644 license-header.txt
 create mode 100644 src/main/asciidoc/appng.css
[Pipeline] sh
[appng-authentication] Running shell script
+ git tag appng-authentication-1.11.2
[Pipeline] sh
[appng-authentication] Running shell script
+ git push origin appng-authentication-1.11.2
To git@github.com:appNG/appng-authentication.git
 * [new tag]         appng-authentication-1.11.2 -> appng-authentication-1.11.2
[Pipeline] sh
[appng-authentication] Running shell script
+ git push
warning: push.default is unset; its implicit value has changed in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the traditional behavior, use:

  git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

  git config --global push.default simple

When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.

Since Git 2.0, Git defaults to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

To git@github.com:appNG/appng-authentication.git
   e459b30..dc14ef6  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
[appng-authentication] Running shell script
+ git show-ref --verify refs/heads/appng-authentication-1.11.x
85fcb8b2fd63bdcdb769b7d3e3a18ff030986e05 refs/heads/appng-authentication-1.11.x
[Pipeline] sh
[appng-authentication] Running shell script
+ git show-ref --verify --quiet refs/heads/appng-authentication-1.11.x
+ git checkout appng-authentication-1.11.x
Switched to branch 'appng-authentication-1.11.x'
Your branch is ahead of 'origin/appng-authentication-1.11.x' by 1 commit.
  (use "git push" to publish your local commits)
[Pipeline] sh
[appng-authentication] Running shell script
+ sed -i s/1\.11\.2/1\.11\.3-SNAPSHOT/g pom.xml
[Pipeline] sh
[appng-authentication] Running shell script
+ git status
On branch appng-authentication-1.11.x
Your branch is ahead of 'origin/appng-authentication-1.11.x' by 1 commit.
  (use "git push" to publish your local commits)
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
[appng-authentication] Running shell script
+ git commit -a -m preparing next version 1.11.3-SNAPSHOT
[appng-authentication-1.11.x 1b9340f] preparing next version 1.11.3-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] sh
[appng-authentication] Running shell script
+ git push origin appng-authentication-1.11.x
To git@github.com:appNG/appng-authentication.git
   f1128e7..1b9340f  appng-authentication-1.11.x -> appng-authentication-1.11.x
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS