Commit c2414a13 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20140144: Job [BatchForHealthConn_Prod] configuration updated

Change performed by ·¨¼y°ó
parent f5e3cebd
...@@ -63,7 +63,14 @@ ...@@ -63,7 +63,14 @@
<blockTriggerWhenBuilding>true</blockTriggerWhenBuilding> <blockTriggerWhenBuilding>true</blockTriggerWhenBuilding>
<settings class="jenkins.mvn.DefaultSettingsProvider"/> <settings class="jenkins.mvn.DefaultSettingsProvider"/>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/> <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<reporters/> <reporters>
<hudson.maven.reporters.MavenMailer>
<recipients>scott.yang@h2uclub.com</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
<perModuleEmail>true</perModuleEmail>
</hudson.maven.reporters.MavenMailer>
</reporters>
<publishers/> <publishers/>
<buildWrappers> <buildWrappers>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.6.2"> <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.6.2">
...@@ -72,7 +79,14 @@ ...@@ -72,7 +79,14 @@
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.9"/> <hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.9"/>
</buildWrappers> </buildWrappers>
<prebuilders/> <prebuilders/>
<postbuilders/> <postbuilders>
<hudson.tasks.Shell>
<command>rm /home/hccuser/hccProd/batch/batch.jar
cp target/batch-0.0.1-SNAPSHOT-rnull.jar /home/hccuser/hccProd/batch/batch.jar
cp target/dependency/* /home/hccuser/hccProd/batch/dependency/
chown -R hccuser /home/hccuser/hccProd/batch/*</command>
</hudson.tasks.Shell>
</postbuilders>
<runPostStepsIfResult> <runPostStepsIfResult>
<name>SUCCESS</name> <name>SUCCESS</name>
<ordinal>0</ordinal> <ordinal>0</ordinal>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment