Started by an SCM change [Pipeline] node Running on master in /var/lib/jenkins/workspace/appNG_Scheduler [Pipeline] { [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.11.x^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/appng-scheduler-1.11.x^{commit} # timeout=10 Checking out Revision 562a867adb46c7b5f998ccdd71fbbe3e726aacec (refs/remotes/origin/appng-scheduler-1.11.x) Commit message: "SCHED-13 reorganize packages" > git config core.sparsecheckout # timeout=10 > git checkout -f 562a867adb46c7b5f998ccdd71fbbe3e726aacec > git branch -a -v --no-abbrev # timeout=10 > git branch -D appng-scheduler-1.11.x # timeout=10 > git checkout -b appng-scheduler-1.11.x 562a867adb46c7b5f998ccdd71fbbe3e726aacec > git rev-list 261adb1b92a26b674d900876cf0e42980cee665e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] tool [Pipeline] sh [appNG_Scheduler] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.appng:appng-scheduler:jar:1.11.4-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 135, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Scheduler 1.11.4-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler --- [INFO] Deleting /var/lib/jenkins/workspace/appNG_Scheduler/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-scheduler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Scheduler/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-scheduler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /var/lib/jenkins/workspace/appNG_Scheduler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-scheduler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/appNG_Scheduler/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-scheduler --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.application.scheduler.SchedulingTest 2017-09-01 13:47:16,123 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2017-09-01 13:47:16,136 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@14ec4505, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53ca01a2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@358c99f5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3ee0fea4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@48524010, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b168fa9] 2017-09-01 13:47:16,221 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2017-09-01 13:47:16,421 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2017-09-01 13:47:16,448 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans.xml] 2017-09-01 13:47:16,473 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'scheduler' with a different definition: replacing [Generic bean: class [org.springframework.scheduling.quartz.SchedulerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.springframework.scheduling.quartz.SchedulerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans.xml]] 2017-09-01 13:47:16,475 INFO [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'indexJob' with a different definition: replacing [Generic bean: class [org.appng.application.scheduler.job.IndexJob]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [file:application-home/beans.xml]] with [Generic bean: class [org.appng.application.scheduler.job.IndexJob]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans.xml]] 2017-09-01 13:47:16,478 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e730495: startup date [Fri Sep 01 13:47:16 CEST 2017]; root of context hierarchy 2017-09-01 13:47:16,716 INFO [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor 2017-09-01 13:47:16,734 INFO [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2017-09-01 13:47:16,734 INFO [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.2.3 created. 2017-09-01 13:47:16,735 INFO [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2017-09-01 13:47:16,736 INFO [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.2.3) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2017-09-01 13:47:16,736 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance. 2017-09-01 13:47:16,736 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.2.3 2017-09-01 13:47:16,736 INFO [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@304bb45b 2017-09-01 13:47:17,480 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-09-01 13:47:17,578 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,364 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,384 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,402 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,421 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,476 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,492 INFO [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.application_indexJob 2017-09-01 13:47:18,493 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,509 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-09-01 13:47:18,521 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e730495: startup date [Fri Sep 01 13:47:16 CEST 2017]; root of context hierarchy 2017-09-01 13:47:18,523 INFO [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647 2017-09-01 13:47:18,523 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2017-09-01 13:47:18,524 INFO [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler 2017-09-01 13:47:18,524 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down. 2017-09-01 13:47:18,524 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2017-09-01 13:47:18,524 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.64 s - in org.appng.application.scheduler.SchedulingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ appng-scheduler --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (generate-docs) @ appng-scheduler --- [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/quartz/RunJobEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/SchedulerUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/job/IndexJob.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/Constants.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/MessageConstants.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/business/SchedulingController.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/business/CreateSchedulerAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/business/SchedulerAware.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/business/SchedulerDataSource.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/model/JobXmlModel.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/model/JobForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/model/JobModel.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_Scheduler/target/apidocs/org/appng/application/scheduler/business/CreateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/SchedulerDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/SchedulingController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/SetSchedulerStateAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/UpdateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/JobForm.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/JobModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/JobXmlModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/RunJobEvent.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/job/IndexJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/Constants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/SchedulerUtils.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/job/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/job/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/job/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/serialized-form.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/SpringQuartzSchedulerFactory.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/RunJobEvent.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/SchedulerUtils.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/job/class-use/IndexJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/Constants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SetSchedulerStateAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SchedulingController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/CreateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/UpdateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SchedulerDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobXmlModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobForm.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/business/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/job/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-scheduler --- [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT-20170901-1147.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-scheduler --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-scheduler --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-SNAPSHOT-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT-20170901-1147.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-SNAPSHOT.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.11.4-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-scheduler --- Downloading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.11.4-SNAPSHOT/maven-metadata.xml Uploading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-20170901.114722-1.jar Progress (1): 2.0/40 kB Progress (1): 4.1/40 kB Progress (1): 6.1/40 kB Progress (1): 8.2/40 kB Progress (1): 10/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 20/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 27/40 kB Progress (1): 29/40 kB Progress (1): 31/40 kB Progress (1): 33/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Uploading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-20170901.114722-1.pom Progress (1): 2.0/5.2 kB Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.628 s [INFO] Finished at: 2017-09-01T13:47:22+02:00 [INFO] Final Memory: 55M/618M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project appng-scheduler: Failed to deploy artifacts: Could not transfer artifact org.appng:appng-scheduler:jar:1.11.4-20170901.114722-1 from/to appng-snapshot (https://www.appng.org/nexus/repository/appng-snapshot/): Failed to transfer file: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.11.4-SNAPSHOT/appng-scheduler-1.11.4-20170901.114722-1.jar. Return code is: 401, ReasonPhrase: Unauthorized. -> [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] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE