Skipping 9,652 KB..
Full LogTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTestTest
Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.23.3/appng-standalone-1.23.3-sources.jar
Progress (1): 2.0/8.0 kB
Progress (1): 4.1/8.0 kB
Progress (1): 6.1/8.0 kB
Progress (1): 8.0 kB
Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.23.3/appng-standalone-1.23.3-sources.jar (8.0 kB at 18 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.489 s
[INFO] Finished at: 2021-12-03T12:59:31+01:00
[INFO] Final Memory: 29M/417M
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ cp target/appng-standalone-1.23.3.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
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docs)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Release/appng
[Pipeline] {
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng/docs/1.23.3
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/javadoc
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/reference
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/appngizer/html
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/appngizer/pdf
[Pipeline] sh
+ 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.23.3/javadoc
[Pipeline] sh
+ mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.23.3/reference
[Pipeline] sh
+ mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.23.3/reference
[Pipeline] sh
+ mv -f appng-appngizer/target/generated-docs/pdf/appngizer-platform-installation-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-user-manual.pdf /srv/www/appng.org/appng/docs/1.23.3/appngizer/pdf/
[Pipeline] sh
+ 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-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.23.3/appngizer/html/
[Pipeline] sh
+ ln -sfn /srv/www/appng.org/appng/docs/1.23.3 /srv/www/appng.org/appng/docs/current
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng/docs/1.23.3/appngizer/html/parts
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng/docs/1.23.3/appngizer/html/xml
[Pipeline] sh
+ cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.23.3.xsd
[Pipeline] sh
+ cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.23.3.xsd
[Pipeline] sh
+ cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.23.3.xsd
[Pipeline] sh
+ cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd
[Pipeline] sh
+ cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd
[Pipeline] sh
+ 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
+ git checkout master
Switched to a new branch 'master'
Branch master set up to track remote branch master from origin.
[Pipeline] sh
+ git merge --ff appng-1.23.x --strategy-option theirs
Merge made by the 'recursive' strategy.
README.adoc | 4 ++--
appng-api/pom.xml | 2 +-
.../main/java/org/appng/api/config/RestConfig.java | 10 +++++++---
appng-application-assembly/pom.xml | 2 +-
appng-application-bom/pom.xml | 2 +-
appng-application-camunda/pom.xml | 2 +-
appng-application-parent/pom.xml | 2 +-
appng-application/README.adoc | 4 ++--
appng-application/pom.xml | 2 +-
appng-appngizer-jaxb/pom.xml | 2 +-
appng-appngizer-maven-plugin/pom.xml | 2 +-
appng-appngizer/pom.xml | 2 +-
appng-archetype-application/pom.xml | 2 +-
.../src/main/resources/archetype-resources/pom.xml | 2 +-
appng-camunda/pom.xml | 2 +-
appng-cli/pom.xml | 2 +-
appng-core/pom.xml | 2 +-
.../migration/mysql/V2_4__migrate_to_platform.sql | 2 +-
appng-documentation/pom.xml | 2 +-
.../src/main/asciidoc/listing/dependencies.txt | 8 ++++----
appng-forms/pom.xml | 2 +-
appng-formtags/pom.xml | 2 +-
appng-mail/pom.xml | 2 +-
appng-maven-plugin/README.adoc | 4 ++--
appng-maven-plugin/pom.xml | 2 +-
appng-persistence/pom.xml | 2 +-
appng-rest-api/pom.xml | 2 +-
appng-search/pom.xml | 2 +-
appng-standalone/pom.xml | 2 +-
appng-taglib/pom.xml | 2 +-
appng-template-assembly/pom.xml | 2 +-
appng-template-parent/pom.xml | 4 ++--
appng-testsupport/pom.xml | 2 +-
appng-tools/pom.xml | 2 +-
appng-upngizr/README.adoc | 4 ++--
appng-upngizr/pom.xml | 2 +-
appng-xmlapi/pom.xml | 2 +-
changelog.txt | 22 ++++++++++++++++++++++
pom.xml | 8 ++++----
39 files changed, 77 insertions(+), 51 deletions(-)
[Pipeline] sh
+ git push
To github.com:appNG/appng.git
9ec3969e..0a851388 master -> master
[Pipeline] sh
+ git tag appng-1.23.3
[Pipeline] sh
+ git push origin appng-1.23.3
To github.com:appNG/appng.git
* [new tag] appng-1.23.3 -> appng-1.23.3
[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
+ git show-ref --verify --quiet refs/heads/appng-1.23.x
+ git checkout appng-1.23.x
Switched to branch 'appng-1.23.x'
Your branch is ahead of 'origin/appng-1.23.x' by 1 commit.
(use "git push" to publish your local commits)
[Pipeline] sh
+ sed -i s/1\.23\.3/1\.23\.4-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-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/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-tools/pom.xml appng-upngizr/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
+ sed -i s/:current: {stable}/:current: {snapshot}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc
[Pipeline] sh
+ git status
On branch appng-1.23.x
Your branch is ahead of 'origin/appng-1.23.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/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-maven-plugin/README.adoc
modified: appng-maven-plugin/pom.xml
modified: appng-persistence/pom.xml
modified: appng-rest-api/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-tools/pom.xml
modified: appng-upngizr/README.adoc
modified: appng-upngizr/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
+ git commit -a -m preparing next version 1.23.4-SNAPSHOT
[appng-1.23.x c8c99314] preparing next version 1.23.4-SNAPSHOT
37 files changed, 41 insertions(+), 41 deletions(-)
[Pipeline] sh
+ git push origin appng-1.23.x
To github.com:appNG/appng.git
694aad0e..c8c99314 appng-1.23.x -> appng-1.23.x
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS