Skip to content

Console Output

Started by user Matthias Mueller
Obtained build-tag-or-branch.jenkins from git ssh://git@bitbucket.aiticon.net:7999/ac/appng-build.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Release_from_Tag
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] sh
+ rm -rf appng
[Pipeline] sh
+ git clone git@github.com:appNG/appng.git
Cloning into 'appng'...
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Release_from_Tag/appng
[Pipeline] {
[Pipeline] sh
+ git checkout appng-1.24.6
Note: switching to 'appng-1.24.6'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at be341d4b preparing release 1.24.6
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Release)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Release_from_Tag/appng
[Pipeline] {
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3
Java version: 1.8.0_332, vendor: Temurin, runtime: /var/lib/jenkins/tools/hudson.model.JDK/OpenJDK8/jdk8u332-b09/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-15-amd64", arch: "amd64", family: "unix"
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pdefault -Dappng.node.id=appNG
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] appNG Parent                                                       [pom]
[INFO] appNG Tools                                                        [jar]
[INFO] appNG Mail                                                         [jar]
[INFO] appNG Forms                                                        [jar]
[INFO] appng Formtags                                                     [jar]
[INFO] appNG XML-API                                                      [jar]
[INFO] appNG public API                                                   [jar]
[INFO] appNG testsupport                                                  [jar]
[INFO] appNG REST API                                                     [jar]
[INFO] appNG Persistence-Tools                                            [jar]
[INFO] appNG Search                                                       [jar]
[INFO] appNG Core Library                                                 [jar]
[INFO] appNG Command Line Interface                                       [jar]
[INFO] appNG Tag Library                                                  [jar]
[INFO] appNGizer JAXB API                                                 [jar]
[INFO] appNGizer                                                          [jar]
[INFO] appNG Application                                                  [war]
[INFO] appNG application BOM                                              [pom]
[INFO] appNG Documentation                                                [jar]
[INFO] appNG Template Assembly Descriptors                                [jar]
[INFO] appNG Template Parent                                              [pom]
[INFO] appng-application-assembly                                         [jar]
[INFO] appNG application parent                                           [pom]
[INFO] Archetype - appng-archetype-application                            [jar]
[INFO] appNG appNGizer Maven Plugin                              [maven-plugin]
[INFO] appNG camunda                                                      [jar]
[INFO] appNG Application, including Camunda BPM process engine libraries  [war]
[INFO] appNG Maven Plugin                                        [maven-plugin]
[INFO] 
[INFO] -----------------------< org.appng:appng-parent >-----------------------
[INFO] Building appNG Parent 1.24.6                                      [1/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Release_from_Tag/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.24.6/appng-parent-1.24.6.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent ---
Uploading to appng-stable: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/1.24.6/appng-parent-1.24.6.pom
Progress (1): 4.1/37 kB
Progress (1): 8.2/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 25/37 kB
Progress (1): 29/37 kB
Progress (1): 33/37 kB
Progress (1): 37 kB   
                   
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for appNG Parent 1.24.6:
[INFO] 
[INFO] appNG Parent ....................................... FAILURE [  1.556 s]
[INFO] appNG Tools ........................................ SKIPPED
[INFO] appNG Mail ......................................... SKIPPED
[INFO] appNG Forms ........................................ SKIPPED
[INFO] appng Formtags ..................................... SKIPPED
[INFO] appNG XML-API ...................................... SKIPPED
[INFO] appNG public API ................................... SKIPPED
[INFO] appNG testsupport .................................. SKIPPED
[INFO] appNG REST API ..................................... SKIPPED
[INFO] appNG Persistence-Tools ............................ SKIPPED
[INFO] appNG Search ....................................... SKIPPED
[INFO] appNG Core Library ................................. SKIPPED
[INFO] appNG Command Line Interface ....................... SKIPPED
[INFO] appNG Tag Library .................................. SKIPPED
[INFO] appNGizer JAXB API ................................. SKIPPED
[INFO] appNGizer .......................................... SKIPPED
[INFO] appNG Application .................................. SKIPPED
[INFO] appNG application BOM .............................. SKIPPED
[INFO] appNG Documentation ................................ SKIPPED
[INFO] appNG Template Assembly Descriptors ................ SKIPPED
[INFO] appNG Template Parent .............................. SKIPPED
[INFO] appng-application-assembly ......................... SKIPPED
[INFO] appNG application parent ........................... SKIPPED
[INFO] Archetype - appng-archetype-application ............ SKIPPED
[INFO] appNG appNGizer Maven Plugin ....................... SKIPPED
[INFO] appNG camunda ...................................... SKIPPED
[INFO] appNG Application, including Camunda BPM process engine libraries SKIPPED
[INFO] appNG Maven Plugin ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.819 s
[INFO] Finished at: 2023-02-10T13:46:44+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project appng-parent: Failed to deploy artifacts: Could not transfer artifact org.appng:appng-parent:pom:1.24.6 from/to appng-stable (https://appng.org/nexus/repository/appng-stable/): transfer failed for https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/1.24.6/appng-parent-1.24.6.pom, status: 400 Repository does not allow updating assets: appng-stable -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE