Started by user Matthias Mueller Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on appngbuild0 in /var/lib/jenkins/workspace/appNG_Scheduler@2 [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10 Fetching upstream changes from git@github.com:appNG/appng-scheduler.git > git --version # timeout=10 > git fetch --tags --progress git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/appng-scheduler-1.12.x^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/appng-scheduler-1.12.x^{commit} # timeout=10 Checking out Revision 44b7d4457df1bb48d58676ec54dd6813ab0d2155 (refs/remotes/origin/appng-scheduler-1.12.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 44b7d4457df1bb48d58676ec54dd6813ab0d2155 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b appng-scheduler-1.12.x 44b7d4457df1bb48d58676ec54dd6813ab0d2155 Commit message: "SCHED-30 bump version to 1.12.0" > git rev-list --no-walk 44b7d4457df1bb48d58676ec54dd6813ab0d2155 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Scheduler 1.12.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_Scheduler@2/target [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-scheduler --- Aborted by Matthias Mueller [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler@2/target/generated-sources/constants added. [INFO] [INFO] --- appng-maven-plugin:1.18.0:generateApplicationConstants (applicationConstants) @ appng-scheduler --- [INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Scheduler@2/application-home/application.xml, org.appng.application.scheduler.PropertyConstants, /var/lib/jenkins/workspace/appNG_Scheduler@2/target/generated-sources/constants] Sending interrupt signal to process [INFO] [INFO] --- appng-maven-plugin:1.18.0:generateMessageConstants (messageConstants) @ appng-scheduler --- [INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Scheduler@2/application-home/dictionary/messages-scheduler.properties, org.appng.application.scheduler.MessageConstants, /var/lib/jenkins/workspace/appNG_Scheduler@2/target/generated-sources/constants] [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-scheduler --- script returned exit code 143 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: ABORTED