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

20140144: Job [Deploy_CHMB_DEMO_10] configuration updated

Change performed by ·¨¼y°ó
parent e30aaec9
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<description></description> <description></description>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.9"> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.10">
<gitLabConnection>ylhealth</gitLabConnection> <gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty> <hudson.model.ParametersDefinitionProperty>
...@@ -119,7 +119,7 @@ sed -i &quot;s/&lt;title.*/&lt;title&gt;CHM Booking Manage v%VAR%&lt;\/title\/&g ...@@ -119,7 +119,7 @@ sed -i &quot;s/&lt;title.*/&lt;title&gt;CHM Booking Manage v%VAR%&lt;\/title\/&g
</prebuilders> </prebuilders>
<postbuilders> <postbuilders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>sudo systemctl stop CHMB <command>systemctl stop CHMB
chmb=/opt/CHMB chmb=/opt/CHMB
tempdir=$(mktemp -d) tempdir=$(mktemp -d)
...@@ -132,7 +132,7 @@ mv -f ${tempdir}/CHMB/sample/* &quot;${chmb}/sample&quot; ...@@ -132,7 +132,7 @@ mv -f ${tempdir}/CHMB/sample/* &quot;${chmb}/sample&quot;
mv -f ${tempdir}/CHMB/template/* &quot;${chmb}/template&quot; mv -f ${tempdir}/CHMB/template/* &quot;${chmb}/template&quot;
rm -rf &quot;${tempdir}&quot; rm -rf &quot;${tempdir}&quot;
sudo systemctl start CHMB</command> systemctl start CHMB</command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</postbuilders> </postbuilders>
<runPostStepsIfResult> <runPostStepsIfResult>
......
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