Skip to content

Console Output

Started by user Matthias Mueller
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler_Release
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Info)
[Pipeline] echo
##############################################
[Pipeline] echo
Preparing release 1.11.5 for appng-scheduler from branch appng-scheduler-1.11.x, current snapshot is 1.11.5-SNAPSHOT, next version will be 1.11.6-SNAPSHOT
[Pipeline] echo
##############################################
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare Release Branch)
[Pipeline] sh
[appNG_Scheduler_Release] Running shell script
+ rm -rf appng-scheduler
[Pipeline] sh
[appNG_Scheduler_Release] Running shell script
+ git clone git@github.com:appNG/appng-scheduler.git appng-scheduler
Cloning into 'appng-scheduler'...
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
[appng-scheduler] Running shell script
+ git checkout appng-scheduler-1.11.x
Switched to a new branch 'appng-scheduler-1.11.x'
Branch appng-scheduler-1.11.x set up to track remote branch appng-scheduler-1.11.x from origin.
[Pipeline] sh
[appng-scheduler] Running shell script
+ sed -i s/1\.11\.5-SNAPSHOT/1\.11\.5/g pom.xml
[Pipeline] sh
[appng-scheduler] Running shell script
+ git status
On branch appng-scheduler-1.11.x
Your branch is up-to-date with 'origin/appng-scheduler-1.11.x'.
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:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
[appng-scheduler] Running shell script
+ git commit -a -m preparing release 1.11.5
[appng-scheduler-1.11.x f71569d] preparing release 1.11.5
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Release Branch)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
[appng-scheduler] Running shell script
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Scheduler 1.11.5
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler ---
[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_Release/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 17 source files to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java uses or overrides a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-scheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Scheduler_Release/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-12-18 10:06:21,059 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-12-18 10:06:21,086 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@b62fe6d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@13acb0d1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e3047e6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@37e547da, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2b6856dd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5db45159]
2017-12-18 10:06:21,167 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2017-12-18 10:06:21,376 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2017-12-18 10:06:21,402 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans.xml]
2017-12-18 10:06:21,427 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-12-18 10:06:21,429 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-12-18 10:06:21,432 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@27ae2fd0: startup date [Mon Dec 18 10:06:21 CET 2017]; root of context hierarchy
2017-12-18 10:06:21,684 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2017-12-18 10:06:21,702 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2017-12-18 10:06:21,703 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.0 created.
2017-12-18 10:06:21,704 INFO  [main] org.quartz.simpl.RAMJobStore  : RAMJobStore initialized.
2017-12-18 10:06:21,705 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.0) '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-12-18 10:06:21,705 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2017-12-18 10:06:21,705 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.0
2017-12-18 10:06:21,706 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@4e5ed836
2017-12-18 10:06:22,480 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final
2017-12-18 10:06:22,731 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,454 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,472 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,491 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,510 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,569 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,581 INFO  [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.application_indexJob
2017-12-18 10:06:23,588 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,607 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-18 10:06:23,622 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@27ae2fd0: startup date [Mon Dec 18 10:06:21 CET 2017]; root of context hierarchy
2017-12-18 10:06:23,624 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2017-12-18 10:06:23,624 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2017-12-18 10:06:23,625 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2017-12-18 10:06:23,625 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2017-12-18 10:06:23,626 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2017-12-18 10:06:23,626 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.866 s - in org.appng.application.scheduler.SchedulingTest
[INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest
2017-12-18 10:06:23,658 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2017-12-18 10:06:24,005 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2017-12-18 10:06:24,019 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 13 ms.
2017-12-18 10:06:24,033 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2017-12-18 10:06:24,034 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
2017-12-18 10:06:24,054 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2017-12-18 10:06:24,055 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2017-12-18 10:06:24,073 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 18 ms.
2017-12-18 10:06:24,073 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2017-12-18 10:06:24,074 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s - in org.appng.application.scheduler.DriverDelegateWrapperTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-scheduler ---
[INFO] 
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/RunJobEvent.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/quartz/SchedulerJobDetail.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/SchedulerUtils.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/job/IndexJob.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/Constants.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/MessageConstants.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SchedulingController.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/CreateSchedulerAction.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SchedulerAware.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/business/SchedulerDataSource.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/model/JobXmlModel.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/src/main/java/org/appng/application/scheduler/model/JobForm.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/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_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/CreateSchedulerAction.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/SchedulerDataSource.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/SchedulingController.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/SetSchedulerStateAction.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/UpdateSchedulerAction.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobForm.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobModel.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/JobXmlModel.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/DriverDelegateWrapper.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/RunJobEvent.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/SchedulerJobDetail.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/SpringQuartzSchedulerFactory.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/IndexJob.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/Constants.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/MessageConstants.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/SchedulerUtils.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/SpringQuartzSchedulerFactory.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/RunJobEvent.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/DriverDelegateWrapper.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/quartz/class-use/SchedulerJobDetail.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/SchedulerUtils.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/class-use/IndexJob.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/Constants.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/class-use/MessageConstants.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SetSchedulerStateAction.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SchedulingController.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/CreateSchedulerAction.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/UpdateSchedulerAction.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/class-use/SchedulerDataSource.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobXmlModel.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobForm.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/class-use/JobModel.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/business/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/job/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/application/scheduler/model/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/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_Release/appng-scheduler/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-javadoc.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-scheduler ---
[INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.5-20171218-0906.zip
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-scheduler ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-scheduler ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.5-20171218-0906.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/gpg/srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.5-20171218-0906.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-scheduler ---
[INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging")...
[INFO]  + Using server credentials "sonatype" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional"
[INFO]  * Using staging profile ID "5db33f1e7729b7" (matched by Nexus).
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/pom.xml to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-javadoc.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.5-20171218-0906.zip to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-sources.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5.pom.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/gpg/srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.5-20171218-0906.zip.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.5-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1032".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip
Progress (1): 2.0/49 kB
Progress (1): 4.1/49 kB
Progress (1): 6.1/49 kB
Progress (1): 8.2/49 kB
Progress (1): 10/49 kB 
Progress (1): 12/49 kB
Progress (1): 14/49 kB
Progress (1): 16/49 kB
Progress (1): 18/49 kB
Progress (1): 20/49 kB
Progress (1): 23/49 kB
Progress (1): 25/49 kB
Progress (1): 27/49 kB
Progress (1): 29/49 kB
Progress (1): 31/49 kB
Progress (1): 33/49 kB
Progress (1): 35/49 kB
Progress (1): 37/49 kB
Progress (1): 39/49 kB
Progress (1): 41/49 kB
Progress (1): 43/49 kB
Progress (1): 45/49 kB
Progress (1): 47/49 kB
Progress (1): 49/49 kB
Progress (1): 49 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip (49 kB at 41 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/maven-metadata.xml (306 B at 379 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar
Progress (1): 2.0/30 kB
Progress (1): 4.1/30 kB
Progress (1): 6.1/30 kB
Progress (1): 8.2/30 kB
Progress (1): 10/30 kB 
Progress (1): 12/30 kB
Progress (1): 14/30 kB
Progress (1): 16/30 kB
Progress (1): 18/30 kB
Progress (1): 20/30 kB
Progress (1): 23/30 kB
Progress (1): 25/30 kB
Progress (1): 27/30 kB
Progress (1): 29/30 kB
Progress (1): 30 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar (30 kB at 43 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar
Progress (1): 2.0/139 kB
Progress (1): 4.1/139 kB
Progress (1): 6.1/139 kB
Progress (1): 8.2/139 kB
Progress (1): 10/139 kB 
Progress (1): 12/139 kB
Progress (1): 14/139 kB
Progress (1): 16/139 kB
Progress (1): 18/139 kB
Progress (1): 20/139 kB
Progress (1): 23/139 kB
Progress (1): 25/139 kB
Progress (1): 27/139 kB
Progress (1): 29/139 kB
Progress (1): 31/139 kB
Progress (1): 33/139 kB
Progress (1): 35/139 kB
Progress (1): 37/139 kB
Progress (1): 39/139 kB
Progress (1): 41/139 kB
Progress (1): 43/139 kB
Progress (1): 45/139 kB
Progress (1): 47/139 kB
Progress (1): 49/139 kB
Progress (1): 51/139 kB
Progress (1): 53/139 kB
Progress (1): 55/139 kB
Progress (1): 57/139 kB
Progress (1): 59/139 kB
Progress (1): 61/139 kB
Progress (1): 63/139 kB
Progress (1): 66/139 kB
Progress (1): 68/139 kB
Progress (1): 70/139 kB
Progress (1): 72/139 kB
Progress (1): 74/139 kB
Progress (1): 76/139 kB
Progress (1): 78/139 kB
Progress (1): 80/139 kB
Progress (1): 82/139 kB
Progress (1): 84/139 kB
Progress (1): 86/139 kB
Progress (1): 88/139 kB
Progress (1): 90/139 kB
Progress (1): 92/139 kB
Progress (1): 94/139 kB
Progress (1): 96/139 kB
Progress (1): 98/139 kB
Progress (1): 100/139 kB
Progress (1): 102/139 kB
Progress (1): 104/139 kB
Progress (1): 106/139 kB
Progress (1): 109/139 kB
Progress (1): 111/139 kB
Progress (1): 113/139 kB
Progress (1): 115/139 kB
Progress (1): 117/139 kB
Progress (1): 119/139 kB
Progress (1): 121/139 kB
Progress (1): 123/139 kB
Progress (1): 125/139 kB
Progress (1): 127/139 kB
Progress (1): 129/139 kB
Progress (1): 131/139 kB
Progress (1): 133/139 kB
Progress (1): 135/139 kB
Progress (1): 137/139 kB
Progress (1): 139 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar (139 kB at 172 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar
Progress (1): 2.0/48 kB
Progress (1): 4.1/48 kB
Progress (1): 6.1/48 kB
Progress (1): 8.2/48 kB
Progress (1): 10/48 kB 
Progress (1): 12/48 kB
Progress (1): 14/48 kB
Progress (1): 16/48 kB
Progress (1): 18/48 kB
Progress (1): 20/48 kB
Progress (1): 23/48 kB
Progress (1): 25/48 kB
Progress (1): 27/48 kB
Progress (1): 29/48 kB
Progress (1): 31/48 kB
Progress (1): 33/48 kB
Progress (1): 35/48 kB
Progress (1): 37/48 kB
Progress (1): 39/48 kB
Progress (1): 41/48 kB
Progress (1): 43/48 kB
Progress (1): 45/48 kB
Progress (1): 47/48 kB
Progress (1): 48 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar (48 kB at 77 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom
Progress (1): 2.0/5.2 kB
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.pom (5.2 kB at 8.5 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.jar.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5.zip.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-sources.jar.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1032/org/appng/appng-scheduler/1.11.5/appng-scheduler-1.11.5-javadoc.jar.asc (473 B at 2.3 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1032".

Waiting for operation to complete...
................

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:47 min
[INFO] Finished at: 2017-12-18T10:08:02+01:00
[INFO] Final Memory: 71M/802M
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docs)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
[appng-scheduler] Running shell script
+ rm -rf /srv/www/appng.org/appng-scheduler/docs/1.11.5
[Pipeline] sh
[appng-scheduler] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.11.5/reference
[Pipeline] sh
[appng-scheduler] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.11.5/javadoc
[Pipeline] sh
[appng-scheduler] Running shell script
+ mv -f target/apidocs/allclasses-frame.html target/apidocs/allclasses-noframe.html target/apidocs/constant-values.html target/apidocs/deprecated-list.html target/apidocs/help-doc.html target/apidocs/index-all.html target/apidocs/index.html target/apidocs/org target/apidocs/overview-frame.html target/apidocs/overview-summary.html target/apidocs/overview-tree.html target/apidocs/package-list target/apidocs/script.js target/apidocs/serialized-form.html target/apidocs/stylesheet.css /srv/www/appng.org/appng-scheduler/docs/1.11.5/javadoc
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (merge to master and tag)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
[appng-scheduler] Running shell script
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
[Pipeline] sh
[appng-scheduler] Running shell script
+ git merge --ff appng-scheduler-1.11.x --strategy-option theirs
Merge made by the 'recursive' strategy.
 pom.xml                                            |   2 +-
 .../scheduler/quartz/DriverDelegateWrapper.java    |   3 +-
 .../scheduler/DriverDelegateWrapperTest.java       | 111 ++++++++++++++
 src/test/resources/sql/init_quartz_tables.sql      | 164 +++++++++++++++++++++
 4 files changed, 278 insertions(+), 2 deletions(-)
 create mode 100644 src/test/java/org/appng/application/scheduler/DriverDelegateWrapperTest.java
 create mode 100644 src/test/resources/sql/init_quartz_tables.sql
[Pipeline] sh
[appng-scheduler] Running shell script
+ git tag appng-scheduler-1.11.5
[Pipeline] sh
[appng-scheduler] Running shell script
+ git push origin appng-scheduler-1.11.5
To git@github.com:appNG/appng-scheduler.git
 * [new tag]         appng-scheduler-1.11.5 -> appng-scheduler-1.11.5
[Pipeline] sh
[appng-scheduler] Running shell script
+ git push
warning: push.default is unset; its implicit value has changed in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the traditional behavior, use:

  git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

  git config --global push.default simple

When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.

Since Git 2.0, Git defaults to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.

See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

To git@github.com:appNG/appng-scheduler.git
   b8e64fc..6a66dd0  master -> master
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (prepare next version)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
[appng-scheduler] Running shell script
+ git show-ref --verify refs/heads/appng-scheduler-1.11.x
f71569dc4e909ad1911e979e6f698a0dddb92eb5 refs/heads/appng-scheduler-1.11.x
[Pipeline] sh
[appng-scheduler] Running shell script
+ git show-ref --verify --quiet refs/heads/appng-scheduler-1.11.x
+ git checkout appng-scheduler-1.11.x
Switched to branch 'appng-scheduler-1.11.x'
Your branch is ahead of 'origin/appng-scheduler-1.11.x' by 1 commit.
  (use "git push" to publish your local commits)
[Pipeline] sh
[appng-scheduler] Running shell script
+ sed -i s/1\.11\.5/1\.11\.6-SNAPSHOT/g pom.xml
[Pipeline] sh
[appng-scheduler] Running shell script
+ git status
On branch appng-scheduler-1.11.x
Your branch is ahead of 'origin/appng-scheduler-1.11.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:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
[appng-scheduler] Running shell script
+ git commit -a -m preparing next version 1.11.6-SNAPSHOT
[appng-scheduler-1.11.x cd57a88] preparing next version 1.11.6-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] sh
[appng-scheduler] Running shell script
+ git push origin appng-scheduler-1.11.x
To git@github.com:appNG/appng-scheduler.git
   d660035..cd57a88  appng-scheduler-1.11.x -> appng-scheduler-1.11.x
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS