Updated obs-event-dispatcher job configuration
authorEd Bartosh <eduard.bartosh@intel.com>
Mon, 22 Jul 2013 17:40:02 +0000 (20:40 +0300)
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>
Wed, 24 Jul 2013 06:15:35 +0000 (23:15 -0700)
Updated ws-cleanup-related properties for obs-event-dispatcher plugin.
Changes caused by new version of plugin.

Change-Id: Icb1c3f5a2a73968eb53ea6e56cfd5e84fd1952b0
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
jobs/obs-event-dispatcher/config.xml

index 72afba0..b00a8b5 100644 (file)
@@ -120,14 +120,22 @@ if(matcher_trigger?.matches()) {
 //}</groovyScript>
       <behavior>0</behavior>
     </org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder>
-    <hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup@0.10">
+    <hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup@0.16">
       <deleteDirs>false</deleteDirs>
       <skipWhenFailed>false</skipWhenFailed>
+      <cleanWhenSuccess>true</cleanWhenSuccess>
+      <cleanWhenUnstable>true</cleanWhenUnstable>
+      <cleanWhenFailure>true</cleanWhenFailure>
+      <cleanWhenNotBuilt>true</cleanWhenNotBuilt>
+      <cleanWhenAborted>true</cleanWhenAborted>
+      <notFailBuild>false</notFailBuild>
+      <cleanupMatrixParent>false</cleanupMatrixParent>
     </hudson.plugins.ws__cleanup.WsCleanup>
   </publishers>
   <buildWrappers>
-    <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.10">
+    <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.16">
       <deleteDirs>false</deleteDirs>
+      <cleanupParameter></cleanupParameter>
     </hudson.plugins.ws__cleanup.PreBuildCleanup>
     <com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper plugin="copy-to-slave@1.4">
       <includes>configuration, jenkins-scripts/job_jobs_dispatcher.py, jenkins-scripts/common/*, jenkins-scripts/testprojects/*, jenkins-scripts/gitbuildsys/*</includes>