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.4 for appng-scheduler from branch appng-scheduler-1.11.x, current snapshot is 1.11.4-SNAPSHOT, next version will be 1.11.5-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\.4-SNAPSHOT/1\.11\.4/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.4
[appng-scheduler-1.11.x 4d9efd5] preparing release 1.11.4
 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.4
[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 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/appNG_Scheduler_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-15 10:25:50,792 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-15 10:25:50,819 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4b168fa9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1a84f40f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@23282c25, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7920ba90, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b419da, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b2da18f]
2017-12-15 10:25:50,956 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2017-12-15 10:25:51,208 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2017-12-15 10:25:51,232 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans.xml]
2017-12-15 10:25:51,274 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-15 10:25:51,281 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-15 10:25:51,288 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5bfa9431: startup date [Fri Dec 15 10:25:51 CET 2017]; root of context hierarchy
2017-12-15 10:25:51,601 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2017-12-15 10:25:51,624 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2017-12-15 10:25:51,624 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.0 created.
2017-12-15 10:25:51,625 INFO  [main] org.quartz.simpl.RAMJobStore  : RAMJobStore initialized.
2017-12-15 10:25:51,626 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-15 10:25:51,626 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2017-12-15 10:25:51,626 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.0
2017-12-15 10:25:51,627 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.TestJobFactory@72bc6553
2017-12-15 10:25:52,667 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final
2017-12-15 10:25:53,076 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,220 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,258 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,279 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,302 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,366 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,378 INFO  [Scheduler_localhost_Worker-1] org.appng.application.scheduler.TestJobFactory: executing localhost.application_indexJob
2017-12-15 10:25:54,388 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,405 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2017-12-15 10:25:54,419 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5bfa9431: startup date [Fri Dec 15 10:25:51 CET 2017]; root of context hierarchy
2017-12-15 10:25:54,424 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2017-12-15 10:25:54,425 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2017-12-15 10:25:54,426 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2017-12-15 10:25:54,426 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2017-12-15 10:25:54,427 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2017-12-15 10:25:54,427 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: 3.954 s - in org.appng.application.scheduler.SchedulingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin: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.4.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.4-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.4-20171215-0925.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.4-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.4.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.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.4/appng-scheduler-1.11.4.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.4-20171215-0925.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-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.4-20171215-0925.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-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.4.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.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.4/appng-scheduler-1.11.4.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-javadoc.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.11.4-20171215-0925.zip to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-sources.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4.pom.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-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.4-20171215-0925.zip.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.11.4-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1030".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-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-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-javadoc.jar (139 kB at 96 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/maven-metadata.xml (306 B at 341 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-sources.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.pom.asc (473 B at 2.1 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-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-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-sources.jar (30 kB at 44 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.jar.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip.asc (473 B at 2.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.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-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.zip (49 kB at 71 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.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-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.jar (48 kB at 79 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.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-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4.pom (5.2 kB at 8.7 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1030/org/appng/appng-scheduler/1.11.4/appng-scheduler-1.11.4-javadoc.jar.asc (473 B at 2.4 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1030".

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

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:31 min
[INFO] Finished at: 2017-12-15T10:27:16+01:00
[INFO] Final Memory: 69M/714M
[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.4
[Pipeline] sh
[appng-scheduler] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.11.4/reference
[Pipeline] sh
[appng-scheduler] Running shell script
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.11.4/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.4/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
Auto-merging src/main/java/org/appng/application/scheduler/model/JobXmlModel.java
Auto-merging src/main/java/org/appng/application/scheduler/model/JobModel.java
Auto-merging src/main/java/org/appng/application/scheduler/model/JobForm.java
Auto-merging src/main/java/org/appng/application/scheduler/job/IndexJob.java
Auto-merging src/main/java/org/appng/application/scheduler/business/UpdateSchedulerAction.java
Auto-merging src/main/java/org/appng/application/scheduler/business/SetSchedulerStateAction.java
Auto-merging src/main/java/org/appng/application/scheduler/business/SchedulingController.java
Auto-merging src/main/java/org/appng/application/scheduler/business/SchedulerDataSource.java
Auto-merging src/main/java/org/appng/application/scheduler/business/SchedulerAware.java
Auto-merging src/main/java/org/appng/application/scheduler/business/CreateSchedulerAction.java
Auto-merging src/main/java/org/appng/application/scheduler/MessageConstants.java
Auto-merging pom.xml
Auto-merging application-home/conf/config.xml
Merge made by the 'recursive' strategy.
 CODE_OF_CONDUCT.adoc                               |  71 ++++
 CONTRIBUTING.adoc                                  |   1 +
 README.adoc                                        |  14 +
 application-home/application.xml                   |  81 ++--
 application-home/beans.xml                         | 179 ++++-----
 application-home/conf/{plugin.xml => config.xml}   | 206 +++++-----
 application-home/conf/datasource.xml               | 245 ++++++------
 application-home/conf/events.xml                   | 190 ++++-----
 .../dictionary/messages-scheduler.properties       |  81 ++--
 .../dictionary/messages-scheduler_de.properties    |   1 +
 license-header.txt                                 |  13 +
 pom.xml                                            |  29 +-
 .../org/appng/application/scheduler/Constants.java |  46 ++-
 .../scheduler/{message => }/MessageConstants.java  |  49 ++-
 .../application/scheduler/SchedulerUtils.java      | 445 +++++++++++----------
 .../{ => business}/CreateSchedulerAction.java      | 141 +++----
 .../scheduler/{ => business}/SchedulerAware.java   |  34 +-
 .../{ => business}/SchedulerDataSource.java        | 257 ++++++------
 .../{ => business}/SchedulingController.java       |  52 ++-
 .../{ => business}/SetSchedulerStateAction.java    | 126 +++---
 .../{ => business}/UpdateSchedulerAction.java      | 112 +++---
 .../scheduler/{search => job}/IndexJob.java        |   4 +-
 .../scheduler/{form => model}/JobForm.java         | 136 +++----
 .../scheduler/{ => model}/JobModel.java            | 226 ++++++-----
 .../scheduler/{ => model}/JobXmlModel.java         | 170 ++++----
 .../scheduler/quartz/DriverDelegateWrapper.java    | 409 +++++++++++++++++++
 .../application/scheduler/quartz/RunJobEvent.java  |   6 +-
 .../scheduler/quartz/SchedulerJobDetail.java       | 105 +++++
 .../quartz/SpringQuartzSchedulerFactory.java       |  15 +-
 .../application/scheduler/SchedulingTest.java      | 257 ++++++------
 .../application/scheduler/TestJobFactory.java      |   2 +-
 src/test/resources/beans.xml                       | 146 +++----
 .../resources/xml/SchedulingTest-testShowJobs.xml  |  58 +--
 33 files changed, 2310 insertions(+), 1597 deletions(-)
 create mode 100644 CODE_OF_CONDUCT.adoc
 create mode 100644 CONTRIBUTING.adoc
 create mode 100644 README.adoc
 rename application-home/conf/{plugin.xml => config.xml} (95%)
 create mode 100644 license-header.txt
 rename src/main/java/org/appng/application/scheduler/{message => }/MessageConstants.java (87%)
 rename src/main/java/org/appng/application/scheduler/{ => business}/CreateSchedulerAction.java (79%)
 rename src/main/java/org/appng/application/scheduler/{ => business}/SchedulerAware.java (88%)
 rename src/main/java/org/appng/application/scheduler/{ => business}/SchedulerDataSource.java (83%)
 rename src/main/java/org/appng/application/scheduler/{ => business}/SchedulingController.java (72%)
 rename src/main/java/org/appng/application/scheduler/{ => business}/SetSchedulerStateAction.java (81%)
 rename src/main/java/org/appng/application/scheduler/{ => business}/UpdateSchedulerAction.java (76%)
 rename src/main/java/org/appng/application/scheduler/{search => job}/IndexJob.java (95%)
 rename src/main/java/org/appng/application/scheduler/{form => model}/JobForm.java (86%)
 rename src/main/java/org/appng/application/scheduler/{ => model}/JobModel.java (89%)
 rename src/main/java/org/appng/application/scheduler/{ => model}/JobXmlModel.java (67%)
 create mode 100644 src/main/java/org/appng/application/scheduler/quartz/DriverDelegateWrapper.java
 create mode 100644 src/main/java/org/appng/application/scheduler/quartz/SchedulerJobDetail.java
[Pipeline] sh
[appng-scheduler] Running shell script
+ git tag appng-scheduler-1.11.4
[Pipeline] sh
[appng-scheduler] Running shell script
+ git push origin appng-scheduler-1.11.4
To git@github.com:appNG/appng-scheduler.git
 * [new tag]         appng-scheduler-1.11.4 -> appng-scheduler-1.11.4
[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
   0b62fcf..b8e64fc  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
4d9efd538785a2033deccf3a146a6f469c5f581d 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\.4/1\.11\.5-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.5-SNAPSHOT
[appng-scheduler-1.11.x 4e96756] preparing next version 1.11.5-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
   2e1a710..4e96756  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