Skip to content
Success

Console Output

Skipping 6,929 KB.. Full Log
Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.0/appng-standalone-1.16.0-sources.jar
Progress (1): 2.0/7.8 kB
Progress (1): 4.1/7.8 kB
Progress (1): 6.1/7.8 kB
Progress (1): 7.8 kB    
                    
Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.0/appng-standalone-1.16.0-sources.jar (7.8 kB at 26 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.333 s
[INFO] Finished at: 2017-12-15T13:27:41+01:00
[INFO] Final Memory: 29M/594M
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
[appng-standalone] Running shell script
+ cp target/appng-standalone-1.16.0.zip /srv/www/appng.org/appng/builds/stable
[Pipeline] }
[Pipeline] // dir
[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_Release/appng
[Pipeline] {
[Pipeline] sh
[appng] Running shell script
+ rm -rf /srv/www/appng.org/appng/docs/1.16.0
[Pipeline] sh
[appng] Running shell script
+ mkdir --parents /srv/www/appng.org/appng/docs/1.16.0/javadoc
[Pipeline] sh
[appng] Running shell script
+ mkdir --parents /srv/www/appng.org/appng/docs/1.16.0/reference
[Pipeline] sh
[appng] Running shell script
+ mkdir --parents /srv/www/appng.org/appng/docs/1.16.0/appngizer/html
[Pipeline] sh
[appng] Running shell script
+ mkdir --parents /srv/www/appng.org/appng/docs/1.16.0/appngizer/pdf
[Pipeline] sh
[appng] Running shell script
+ mv -f target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/appng-javadoc.css target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/script.js target/site/apidocs/serialized-form.html /srv/www/appng.org/appng/docs/1.16.0/javadoc
[Pipeline] sh
[appng] Running shell script
+ mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.16.0/reference
[Pipeline] sh
[appng] Running shell script
+ mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.16.0/reference
[Pipeline] sh
[appng] Running shell script
+ mv -f appng-appngizer/target/generated-docs/pdf/appngizer-platform-installation-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-setup-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-user-manual.pdf /srv/www/appng.org/appng/docs/1.16.0/appngizer/pdf/
[Pipeline] sh
[appng] Running shell script
+ mv -f appng-appngizer/target/generated-docs/html/appng.css appng-appngizer/target/generated-docs/html/appngizer-platform-installation-guide.html appng-appngizer/target/generated-docs/html/appngizer-setup-guide.html appng-appngizer/target/generated-docs/html/appngizer-user-manual.html appng-appngizer/target/generated-docs/html/coderay-asciidoctor.css appng-appngizer/target/generated-docs/html/images appng-appngizer/target/generated-docs/html/parts appng-appngizer/target/generated-docs/html/xml /srv/www/appng.org/appng/docs/1.16.0/appngizer/html/
[Pipeline] sh
[appng] Running shell script
+ rm -rf /srv/www/appng.org/appng/docs/1.16.0/appngizer/html/parts
[Pipeline] sh
[appng] Running shell script
+ rm -rf /srv/www/appng.org/appng/docs/1.16.0/appngizer/html/xml
[Pipeline] sh
[appng] Running shell script
+ cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.16.0.xsd
[Pipeline] sh
[appng] Running shell script
+ cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.16.0.xsd
[Pipeline] sh
[appng] Running shell script
+ cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.16.0.xsd
[Pipeline] sh
[appng] Running shell script
+ cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd
[Pipeline] sh
[appng] Running shell script
+ cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd
[Pipeline] sh
[appng] Running shell script
+ cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (merge to master and tag)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Release/appng
[Pipeline] {
[Pipeline] sh
[appng] Running shell script
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
[Pipeline] sh
[appng] Running shell script
+ git merge --ff appng-1.16.x --strategy-option theirs
Merge made by the 'recursive' strategy.
 README.adoc                                        |  17 +-
 appng-api/pom.xml                                  |   2 +-
 .../src/main/java/org/appng/api/FormValidator.java |   4 +-
 .../src/main/java/org/appng/api/ScheduledJob.java  |   2 +
 .../org/appng/api/support/ConfigValidator.java     |  88 ++-
 .../java/org/appng/api/ConfigValidatorTest.java    |   3 +-
 .../src/test/resources/application/conf/event.xml  |   8 +-
 appng-api/src/test/resources/configvalidator.txt   |  13 +-
 .../src/test/resources/configvalidatorDetails.txt  |  23 +-
 appng-application-assembly/pom.xml                 |   2 +-
 appng-application-bom/pom.xml                      |  34 +-
 appng-application-camunda/README.adoc              |  18 +
 appng-application-camunda/pom.xml                  |  76 +++
 appng-application-parent/pom.xml                   |   2 +-
 appng-application/README.adoc                      |   4 +-
 appng-application/pom.xml                          |   2 +-
 .../src/main/webapp/WEB-INF/bin/appng-shell        |   9 +
 .../src/main/webapp/WEB-INF/bin/appng-shell.bat    |   9 +
 appng-appngizer-jaxb/pom.xml                       |   2 +-
 appng-appngizer-maven-plugin/pom.xml               |   2 +-
 .../maven/plugins/appngizer/AppNGizerMojo.java     |  57 +-
 .../appng/maven/plugins/appngizer/InstallMojo.java |  14 +-
 .../appng/maven/plugins/appngizer/UploadMojo.java  |   3 +-
 appng-appngizer/pom.xml                            |   2 +-
 .../appngizer/controller/DatabaseController.java   |  12 +-
 .../appngizer/controller/RepositoryController.java |  80 ++-
 .../appng/appngizer/controller/RoleController.java |  14 +-
 .../appng/appngizer/controller/SiteController.java |  42 +-
 .../controller/RepositoryControllerTest.java       |  36 +-
 .../appngizer/controller/RoleControllerTest.java   |   1 +
 .../src/test/resources/xml/archive-delete.xml      |  24 +
 appng-archetype-application/pom.xml                |   2 +-
 appng-archetype-application/readme.txt             |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 appng-camunda/pom.xml                              |  73 +++
 .../java/org/appng/camunda/bpm/TaskWrapper.java    | 205 +++++++
 .../org/appng/camunda/bpm/TaskWrapperTest.java     |  98 ++++
 appng-cli/pom.xml                                  |   2 +-
 .../src/main/java/org/appng/cli/CliBootstrap.java  |   6 +-
 appng-cli/src/main/java/org/appng/cli/CliCore.java |   2 +
 .../src/main/java/org/appng/cli/CliShell.java      | 117 ++++
 .../org/appng/cli/commands/site/ReloadSite.java    |  82 +++
 appng-cli/src/main/resources/cli-shell.txt         |   6 +
 appng-core/pom.xml                                 |   2 +-
 .../java/org/appng/core/controller/Controller.java |  28 +
 .../appng/core/controller/handler/RestService.java |   2 +-
 .../core/controller/messaging/JedisSender.java     |   2 +-
 .../org/appng/core/domain/DatabaseConnection.java  |  20 +-
 .../org/appng/core/service/DatabaseService.java    |   3 +-
 .../org/appng/core/service/InitializerService.java |  42 +-
 .../org/appng/core/service/MigrationService.java   |  39 +-
 .../org/appng/core/controller/ControllerTest.java  |  77 ++-
 .../application-home/application.xml               |  14 +
 appng-documentation/application-home/beans.xml     |  17 +
 .../application-home/conf/config.xml               |  11 +
 .../application-home/conf/datasources.xml          |  37 ++
 .../application-home/conf/events.xml               |  16 +
 appng-documentation/codeformatter.xml              | 623 +++++++++++++++++++++
 appng-documentation/pom.xml                        |  17 +-
 .../src/main/asciidoc/developerguide.adoc          |  21 +-
 .../src/main/asciidoc/listing/dependencies.txt     |  89 +--
 .../src/main/asciidoc/listing/pom-archetype.xml    | 112 ++++
 .../src/main/asciidoc/parts/api.adoc               |  60 +-
 .../src/main/asciidoc/parts/camunda.adoc           | 143 +++++
 .../src/main/asciidoc/parts/jpa.adoc               |   2 +-
 .../src/main/asciidoc/parts/maven.adoc             |  12 +
 .../src/main/asciidoc/parts/testing.adoc           |  46 +-
 .../src/main/asciidoc/parts/urlrewriting.adoc      |   6 +-
 .../test/java/org/example/CalculatorService.java   |  60 ++
 .../src/test/java/org/example/Employee.java        |  34 ++
 .../src/test/java/org/example/Employees.java       |  36 ++
 .../src/test/java/org/example/EmployeesTest.java   |  55 ++
 .../src/test/resources/log4j.properties            |   7 +
 .../EmployeesTest-testCreateEmployee-action.xml    |  28 +
 .../EmployeesTest-testCreateEmployee-messages.xml  |   4 +
 .../xml/EmployeesTest-testShowEmployees.xml        |  26 +
 appng-forms/pom.xml                                |   2 +-
 appng-formtags/pom.xml                             |   2 +-
 appng-mail/pom.xml                                 |   2 +-
 appng-persistence/pom.xml                          |   2 +-
 appng-search/pom.xml                               |   2 +-
 appng-standalone/pom.xml                           |   2 +-
 appng-standalone/readme.txt                        |  11 +-
 appng-taglib/pom.xml                               |   2 +-
 appng-template-assembly/pom.xml                    |   2 +-
 appng-template-parent/pom.xml                      |   4 +-
 appng-testsupport/pom.xml                          |   2 +-
 .../main/java/org/appng/testsupport/TestBase.java  |  89 ++-
 appng-tomcat7/pom.xml                              |   2 +-
 appng-tomcat8/pom.xml                              |   2 +-
 appng-tools/pom.xml                                |   2 +-
 .../appng/tools/file/PropertyConstantCreator.java  |   6 +-
 appng-xmlapi/pom.xml                               |   2 +-
 pom.xml                                            |  10 +-
 94 files changed, 2712 insertions(+), 327 deletions(-)
 create mode 100644 appng-application-camunda/README.adoc
 create mode 100644 appng-application-camunda/pom.xml
 create mode 100755 appng-application/src/main/webapp/WEB-INF/bin/appng-shell
 create mode 100644 appng-application/src/main/webapp/WEB-INF/bin/appng-shell.bat
 create mode 100644 appng-appngizer/src/test/resources/xml/archive-delete.xml
 create mode 100644 appng-camunda/pom.xml
 create mode 100644 appng-camunda/src/main/java/org/appng/camunda/bpm/TaskWrapper.java
 create mode 100644 appng-camunda/src/test/java/org/appng/camunda/bpm/TaskWrapperTest.java
 create mode 100644 appng-cli/src/main/java/org/appng/cli/CliShell.java
 create mode 100644 appng-cli/src/main/java/org/appng/cli/commands/site/ReloadSite.java
 create mode 100644 appng-cli/src/main/resources/cli-shell.txt
 create mode 100644 appng-documentation/application-home/application.xml
 create mode 100644 appng-documentation/application-home/beans.xml
 create mode 100644 appng-documentation/application-home/conf/config.xml
 create mode 100644 appng-documentation/application-home/conf/datasources.xml
 create mode 100644 appng-documentation/application-home/conf/events.xml
 create mode 100644 appng-documentation/codeformatter.xml
 create mode 100644 appng-documentation/src/main/asciidoc/listing/pom-archetype.xml
 create mode 100644 appng-documentation/src/main/asciidoc/parts/camunda.adoc
 create mode 100644 appng-documentation/src/main/asciidoc/parts/maven.adoc
 create mode 100644 appng-documentation/src/test/java/org/example/CalculatorService.java
 create mode 100644 appng-documentation/src/test/java/org/example/Employee.java
 create mode 100644 appng-documentation/src/test/java/org/example/Employees.java
 create mode 100644 appng-documentation/src/test/java/org/example/EmployeesTest.java
 create mode 100644 appng-documentation/src/test/resources/log4j.properties
 create mode 100644 appng-documentation/src/test/resources/xml/EmployeesTest-testCreateEmployee-action.xml
 create mode 100644 appng-documentation/src/test/resources/xml/EmployeesTest-testCreateEmployee-messages.xml
 create mode 100644 appng-documentation/src/test/resources/xml/EmployeesTest-testShowEmployees.xml
[Pipeline] sh
[appng] Running shell script
+ git tag appng-1.16.0
[Pipeline] sh
[appng] Running shell script
+ git push origin appng-1.16.0
To git@github.com:appNG/appng.git
 * [new tag]         appng-1.16.0 -> appng-1.16.0
[Pipeline] sh
[appng] 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.git
   9134391..4b20738  master -> master
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (prepare next version)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Release/appng
[Pipeline] {
[Pipeline] sh
[appng] Running shell script
+ git show-ref --verify refs/heads/appng-1.16.x
ccf5b73ec1e21716d45cf8553520ff2abac3eab6 refs/heads/appng-1.16.x
[Pipeline] sh
[appng] Running shell script
+ git show-ref --verify --quiet refs/heads/appng-1.16.x
+ git checkout appng-1.16.x
Switched to branch 'appng-1.16.x'
Your branch is ahead of 'origin/appng-1.16.x' by 1 commit.
  (use "git push" to publish your local commits)
[Pipeline] sh
[appng] Running shell script
+ sed -i s/1\.16\.0/1\.16\.1-SNAPSHOT/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-persistence/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tomcat7/pom.xml appng-tomcat8/pom.xml appng-tools/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt
[Pipeline] sh
[appng] Running shell script
+ sed -i s/:current: {stable}/:current: {snapshot}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc
[Pipeline] sh
[appng] Running shell script
+ git status
On branch appng-1.16.x
Your branch is ahead of 'origin/appng-1.16.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:   README.adoc
	modified:   appng-api/pom.xml
	modified:   appng-application-assembly/pom.xml
	modified:   appng-application-bom/pom.xml
	modified:   appng-application-camunda/README.adoc
	modified:   appng-application-camunda/pom.xml
	modified:   appng-application-parent/pom.xml
	modified:   appng-application/README.adoc
	modified:   appng-application/pom.xml
	modified:   appng-appngizer-jaxb/pom.xml
	modified:   appng-appngizer-maven-plugin/pom.xml
	modified:   appng-appngizer/pom.xml
	modified:   appng-archetype-application/pom.xml
	modified:   appng-archetype-application/readme.txt
	modified:   appng-archetype-application/src/main/resources/archetype-resources/pom.xml
	modified:   appng-camunda/pom.xml
	modified:   appng-cli/pom.xml
	modified:   appng-core/pom.xml
	modified:   appng-documentation/pom.xml
	modified:   appng-documentation/src/main/asciidoc/listing/dependencies.txt
	modified:   appng-forms/pom.xml
	modified:   appng-formtags/pom.xml
	modified:   appng-mail/pom.xml
	modified:   appng-persistence/pom.xml
	modified:   appng-search/pom.xml
	modified:   appng-standalone/pom.xml
	modified:   appng-taglib/pom.xml
	modified:   appng-template-assembly/pom.xml
	modified:   appng-template-parent/pom.xml
	modified:   appng-testsupport/pom.xml
	modified:   appng-tomcat7/pom.xml
	modified:   appng-tomcat8/pom.xml
	modified:   appng-tools/pom.xml
	modified:   appng-xmlapi/pom.xml
	modified:   pom.xml

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	appng-standalone/src/test/resources/xml/copyConfig.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
[appng] Running shell script
+ git commit -a -m preparing next version 1.16.1-SNAPSHOT
[appng-1.16.x 31a3495] preparing next version 1.16.1-SNAPSHOT
 35 files changed, 53 insertions(+), 53 deletions(-)
[Pipeline] sh
[appng] Running shell script
+ git push origin appng-1.16.x
To git@github.com:appNG/appng.git
   1ed9b9b..31a3495  appng-1.16.x -> appng-1.16.x
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS