Skip to content

Console Output

Started by user Matthias Mueller
Running in Durability level: MAX_SURVIVABILITY
[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.6 for appng-scheduler from branch appng-scheduler-1.11.x, current snapshot is 1.11.6-SNAPSHOT, next version will be 1.11.7-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\.6-SNAPSHOT/1\.11\.6/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.6
[appng-scheduler-1.11.x 5dd5475] preparing release 1.11.6
 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.6
[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 18 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
2018-05-11 13:39:51,638 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]
2018-05-11 13:39:51,667 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6156496, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3c153a1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@b62fe6d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@13acb0d1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3e3047e6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@37e547da]
2018-05-11 13:39:51,766 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2018-05-11 13:39:52,018 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2018-05-11 13:39:52,051 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans.xml]
2018-05-11 13:39:52,085 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'scheduler' with a different definition: replacing [Generic bean: class [org.appng.application.scheduler.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]]
2018-05-11 13:39:52,087 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]]
2018-05-11 13:39:52,095 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@79efed2d: startup date [Fri May 11 13:39:52 CEST 2018]; root of context hierarchy
2018-05-11 13:39:52,461 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2018-05-11 13:39:52,501 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2018-05-11 13:39:52,501 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.0 created.
2018-05-11 13:39:52,502 INFO  [main] org.quartz.simpl.RAMJobStore  : RAMJobStore initialized.
2018-05-11 13:39:52,504 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.

2018-05-11 13:39:52,504 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2018-05-11 13:39:52,504 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.0
2018-05-11 13:39:52,504 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@3de8f619
2018-05-11 13:39:53,794 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final
2018-05-11 13:39:54,169 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,255 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,284 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,312 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,344 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,436 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,450 INFO  [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.application_indexJob
2018-05-11 13:39:55,465 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,492 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2018-05-11 13:39:55,509 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@79efed2d: startup date [Fri May 11 13:39:52 CEST 2018]; root of context hierarchy
2018-05-11 13:39:55,511 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2018-05-11 13:39:55,515 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2018-05-11 13:39:55,516 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2018-05-11 13:39:55,516 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2018-05-11 13:39:55,516 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2018-05-11 13:39:55,518 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: 4.231 s - in org.appng.application.scheduler.SchedulingTest
[INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest
2018-05-11 13:39:55,554 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2018-05-11 13:39:55,995 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2018-05-11 13:39:56,015 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 20 ms.
2018-05-11 13:39:56,035 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2018-05-11 13:39:56,037 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
2018-05-11 13:39:56,066 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2018-05-11 13:39:56,066 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2018-05-11 13:39:56,089 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 23 ms.
2018-05-11 13:39:56,089 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2018-05-11 13:39:56,089 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 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.6.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/quartz/SchedulerFactoryBean.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/SchedulerFactoryBean.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/quartz/class-use/SchedulerFactoryBean.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.6-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.6-20180511-1139.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.6-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.6.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.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.6/appng-scheduler-1.11.6.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.6-20180511-1139.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-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.6-20180511-1139.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-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.8-01 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.6.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.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.6/appng-scheduler-1.11.6.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-javadoc.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.6-20180511-1139.zip to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-sources.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6.pom.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-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.6-20180511-1139.zip.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.6-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1040".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-javadoc.jar
Progress (1): 2.0/145 kB
Progress (1): 4.1/145 kB
Progress (1): 6.1/145 kB
Progress (1): 8.2/145 kB
Progress (1): 10/145 kB 
Progress (1): 12/145 kB
Progress (1): 14/145 kB
Progress (1): 16/145 kB
Progress (1): 18/145 kB
Progress (1): 20/145 kB
Progress (1): 23/145 kB
Progress (1): 25/145 kB
Progress (1): 27/145 kB
Progress (1): 29/145 kB
Progress (1): 31/145 kB
Progress (1): 33/145 kB
Progress (1): 35/145 kB
Progress (1): 37/145 kB
Progress (1): 39/145 kB
Progress (1): 41/145 kB
Progress (1): 43/145 kB
Progress (1): 45/145 kB
Progress (1): 47/145 kB
Progress (1): 49/145 kB
Progress (1): 51/145 kB
Progress (1): 53/145 kB
Progress (1): 55/145 kB
Progress (1): 57/145 kB
Progress (1): 59/145 kB
Progress (1): 61/145 kB
Progress (1): 63/145 kB
Progress (1): 66/145 kB
Progress (1): 68/145 kB
Progress (1): 70/145 kB
Progress (1): 72/145 kB
Progress (1): 74/145 kB
Progress (1): 76/145 kB
Progress (1): 78/145 kB
Progress (1): 80/145 kB
Progress (1): 82/145 kB
Progress (1): 84/145 kB
Progress (1): 86/145 kB
Progress (1): 88/145 kB
Progress (1): 90/145 kB
Progress (1): 92/145 kB
Progress (1): 94/145 kB
Progress (1): 96/145 kB
Progress (1): 98/145 kB
Progress (1): 100/145 kB
Progress (1): 102/145 kB
Progress (1): 104/145 kB
Progress (1): 106/145 kB
Progress (1): 109/145 kB
Progress (1): 111/145 kB
Progress (1): 113/145 kB
Progress (1): 115/145 kB
Progress (1): 117/145 kB
Progress (1): 119/145 kB
Progress (1): 121/145 kB
Progress (1): 123/145 kB
Progress (1): 125/145 kB
Progress (1): 127/145 kB
Progress (1): 129/145 kB
Progress (1): 131/145 kB
Progress (1): 133/145 kB
Progress (1): 135/145 kB
Progress (1): 137/145 kB
Progress (1): 139/145 kB
Progress (1): 141/145 kB
Progress (1): 143/145 kB
Progress (1): 145 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-javadoc.jar (145 kB at 115 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/maven-metadata.xml (306 B at 393 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom.asc (473 B at 2.3 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip
Progress (1): 2.0/50 kB
Progress (1): 4.1/50 kB
Progress (1): 6.1/50 kB
Progress (1): 8.2/50 kB
Progress (1): 10/50 kB 
Progress (1): 12/50 kB
Progress (1): 14/50 kB
Progress (1): 16/50 kB
Progress (1): 18/50 kB
Progress (1): 20/50 kB
Progress (1): 23/50 kB
Progress (1): 25/50 kB
Progress (1): 27/50 kB
Progress (1): 29/50 kB
Progress (1): 31/50 kB
Progress (1): 33/50 kB
Progress (1): 35/50 kB
Progress (1): 37/50 kB
Progress (1): 39/50 kB
Progress (1): 41/50 kB
Progress (1): 43/50 kB
Progress (1): 45/50 kB
Progress (1): 47/50 kB
Progress (1): 49/50 kB
Progress (1): 50 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip (50 kB at 63 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.zip.asc (473 B at 2.5 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.jar
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 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.jar (49 kB at 81 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.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-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.pom (5.2 kB at 8.8 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-javadoc.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar
Progress (1): 2.0/32 kB
Progress (1): 4.1/32 kB
Progress (1): 6.1/32 kB
Progress (1): 8.2/32 kB
Progress (1): 10/32 kB 
Progress (1): 12/32 kB
Progress (1): 14/32 kB
Progress (1): 16/32 kB
Progress (1): 18/32 kB
Progress (1): 20/32 kB
Progress (1): 23/32 kB
Progress (1): 25/32 kB
Progress (1): 27/32 kB
Progress (1): 29/32 kB
Progress (1): 31/32 kB
Progress (1): 32 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6-sources.jar (32 kB at 52 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1040/org/appng/appng-scheduler/1.11.6/appng-scheduler-1.11.6.jar.asc (473 B at 2.4 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1040".

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

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.933 s
[INFO] Finished at: 2018-05-11T13:40:42+02:00
[INFO] Final Memory: 70M/741M
[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.6
[Pipeline] sh
[appng-scheduler] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.11.6/reference
[Pipeline] sh
[appng-scheduler] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.11.6/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.6/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.
 CONTRIBUTING.adoc                                  |  4 ++
 application-home/beans.xml                         |  5 +--
 changelog.txt                                      | 34 ++++++++++++++
 license-header.txt                                 |  2 +-
 pom.xml                                            |  2 +-
 .../scheduler/quartz/SchedulerFactoryBean.java     | 52 ++++++++++++++++++++++
 6 files changed, 94 insertions(+), 5 deletions(-)
 create mode 100644 changelog.txt
 create mode 100644 src/main/java/org/appng/application/scheduler/quartz/SchedulerFactoryBean.java
[Pipeline] sh
[appng-scheduler] Running shell script
+ git tag appng-scheduler-1.11.6
[Pipeline] sh
[appng-scheduler] Running shell script
+ git push origin appng-scheduler-1.11.6
To git@github.com:appNG/appng-scheduler.git
 * [new tag]         appng-scheduler-1.11.6 -> appng-scheduler-1.11.6
[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
   6a66dd0..dc685d4  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
5dd54759c27a2193b6fd05b30d44bb6a676a6cb1 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\.6/1\.11\.7-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.7-SNAPSHOT
[appng-scheduler-1.11.x d4e7ec4] preparing next version 1.11.7-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
   3e6131c..d4e7ec4  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