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 261adb1b92a26b674d900876cf0e42980cee665e (refs/remotes/origin/appng-scheduler-1.11.x) Commit message: "SCHED-12 updated licence headers" > git config core.sparsecheckout # timeout=10 > git checkout -f 261adb1b92a26b674d900876cf0e42980cee665e > 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 261adb1b92a26b674d900876cf0e42980cee665e > git rev-list f02fbe24bdde547869679e214968f3055a10ceb4 # 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-08-31 16:08:13,822 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-08-31 16:08:13,848 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-08-31 16:08:13,950 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2017-08-31 16:08:14,163 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2017-08-31 16:08:14,194 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans.xml] 2017-08-31 16:08:14,222 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-08-31 16:08:14,224 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.search.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.search.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-08-31 16:08:14,228 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1e730495: startup date [Thu Aug 31 16:08:14 CEST 2017]; root of context hierarchy 2017-08-31 16:08:14,513 INFO [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor 2017-08-31 16:08:14,534 INFO [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 2017-08-31 16:08:14,534 INFO [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.2.3 created. 2017-08-31 16:08:14,535 INFO [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized. 2017-08-31 16:08:14,536 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-08-31 16:08:14,536 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance. 2017-08-31 16:08:14,536 INFO [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.2.3 2017-08-31 16:08:14,536 INFO [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@304bb45b 2017-08-31 16:08:15,383 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.4.1.Final 2017-08-31 16:08:15,534 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,334 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,352 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,369 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,388 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,437 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,449 INFO [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.application_indexJob 2017-08-31 16:08:16,454 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,469 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started. 2017-08-31 16:08:16,482 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1e730495: startup date [Thu Aug 31 16:08:14 CEST 2017]; root of context hierarchy 2017-08-31 16:08:16,484 INFO [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647 2017-08-31 16:08:16,484 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2017-08-31 16:08:16,485 INFO [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler 2017-08-31 16:08:16,485 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down. 2017-08-31 16:08:16,485 INFO [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused. 2017-08-31 16:08:16,485 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.879 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/message/MessageConstants.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/SetSchedulerStateAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/SchedulingController.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/CreateSchedulerAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/JobXmlModel.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/search/IndexJob.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/SchedulerAware.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/form/JobForm.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/JobModel.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/UpdateSchedulerAction.java... Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/src/main/java/org/appng/application/scheduler/SchedulerDataSource.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/search/IndexJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/form/JobForm.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/Constants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/CreateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/JobModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/JobXmlModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/SchedulerDataSource.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/org/appng/application/scheduler/SchedulingController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/SetSchedulerStateAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/UpdateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/message/MessageConstants.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/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/message/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/message/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/message/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/org/appng/application/scheduler/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/search/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/message/class-use/MessageConstants.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/SetSchedulerStateAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/SchedulingController.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/CreateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/JobXmlModel.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/search/class-use/IndexJob.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/form/class-use/JobForm.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/JobModel.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/UpdateSchedulerAction.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/class-use/SchedulerDataSource.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/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/message/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/application/scheduler/search/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-20170831-1408.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-20170831-1408.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-20170831.140820-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-20170831.140820-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: 10.448 s [INFO] Finished at: 2017-08-31T16:08:20+02:00 [INFO] Final Memory: 55M/617M [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-20170831.140820-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-20170831.140820-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