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

20150024: Job [Deploy_CHMB_UAT_136] configuration updated

Change performed by ¤ý«~³ó
parent 4c9e9bd4
...@@ -66,14 +66,7 @@ hotfix/1.15.1GA</description> ...@@ -66,14 +66,7 @@ hotfix/1.15.1GA</description>
<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>$RD_Group $QA_Group</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
<perModuleEmail>true</perModuleEmail>
</hudson.maven.reporters.MavenMailer>
</reporters>
<publishers> <publishers>
<jenkins.plugins.slack.SlackNotifier plugin="slack@2.3"> <jenkins.plugins.slack.SlackNotifier plugin="slack@2.3">
<baseUrl></baseUrl> <baseUrl></baseUrl>
...@@ -131,9 +124,9 @@ rm -rf /opt/chm/chmb/template/* ...@@ -131,9 +124,9 @@ rm -rf /opt/chm/chmb/template/*
chmb=/opt/chm/chmb chmb=/opt/chm/chmb
tempdir=$(mktemp -d) tempdir=$(mktemp -d)
7za x target/CHMB-pack.zip -o&quot;${tempdir}&quot; 7za x target/CHMB-pack.zip -o&quot;${tempdir}&quot;
cp -rf &quot;${tempdir}/CHMB/lib/*&quot; &quot;${chmb}/lib&quot; cp -rf ${tempdir}/CHMB/lib/* &quot;${chmb}/lib&quot;
cp -rf &quot;${tempdir}/CHMB/sample/*&quot; &quot;${chmb}/sample&quot; cp -rf ${tempdir}/CHMB/sample/* &quot;${chmb}/sample&quot;
cp -rf &quot;${tempdir}/CHMB/template/*&quot; &quot;${chmb}/template&quot; cp -rf ${tempdir}/CHMB/template/* &quot;${chmb}/template&quot;
rm -rf &quot;${tempdir}&quot; rm -rf &quot;${tempdir}&quot;
sudo systemctl start CHMB sudo systemctl start CHMB
sudo systemctl start CHMB_Batch</command> sudo systemctl start CHMB_Batch</command>
......
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