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

scott: Job [Deploy_HRA_Prod] configuration updated

Change performed by ·¨¼y°ó
parent b79a3a8b
...@@ -67,7 +67,7 @@ hotfix/1.15.1GA</description> ...@@ -67,7 +67,7 @@ hotfix/1.15.1GA</description>
</strategy> </strategy>
</jenkins.model.BuildDiscarderProperty> </jenkins.model.BuildDiscarderProperty>
</properties> </properties>
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.12.1"> <scm class="hudson.plugins.git.GitSCM" plugin="git@4.0.0">
<configVersion>2</configVersion> <configVersion>2</configVersion>
<userRemoteConfigs> <userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig> <hudson.plugins.git.UserRemoteConfig>
...@@ -113,7 +113,7 @@ hotfix/1.15.1GA</description> ...@@ -113,7 +113,7 @@ hotfix/1.15.1GA</description>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/> <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<reporters/> <reporters/>
<publishers> <publishers>
<jenkins.plugins.slack.SlackNotifier plugin="slack@2.34"> <jenkins.plugins.slack.SlackNotifier plugin="slack@2.35">
<baseUrl></baseUrl> <baseUrl></baseUrl>
<teamDomain></teamDomain> <teamDomain></teamDomain>
<authToken></authToken> <authToken></authToken>
...@@ -146,7 +146,7 @@ hotfix/1.15.1GA</description> ...@@ -146,7 +146,7 @@ hotfix/1.15.1GA</description>
</jenkins.plugins.slack.SlackNotifier> </jenkins.plugins.slack.SlackNotifier>
</publishers> </publishers>
<buildWrappers> <buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.37"> <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.38">
<deleteDirs>false</deleteDirs> <deleteDirs>false</deleteDirs>
<cleanupParameter></cleanupParameter> <cleanupParameter></cleanupParameter>
<externalDelete></externalDelete> <externalDelete></externalDelete>
...@@ -170,14 +170,13 @@ for /f &quot;skip=1 tokens=1-6 delims= &quot; %%a in (&apos;wmic path Win32_Loca ...@@ -170,14 +170,13 @@ for /f &quot;skip=1 tokens=1-6 delims= &quot; %%a in (&apos;wmic path Win32_Loca
for /f &quot;tokens=*&quot; %%i in (&apos;git rev-parse --short HEAD&apos;) do set VAR=%%i_%FormattedDate%&#xd; for /f &quot;tokens=*&quot; %%i in (&apos;git rev-parse --short HEAD&apos;) do set VAR=%%i_%FormattedDate%&#xd;
&#xd; &#xd;
echo Version:%VAR%&#xd; echo Version:%VAR%&#xd;
&quot;C:\Program Files\Git\usr\bin\sed&quot; -i &quot;s/&lt;title.*/&lt;title&gt;Form v%VAR%&lt;\/title\/&gt;/&quot; WebContent\WEB-INF\jsp\home\home.jsp&#xd; sed -i &quot;s/&lt;title.*/&lt;title&gt;Form v%VAR%&lt;\/title\/&gt;/&quot; WebContent\WEB-INF\jsp\home\home.jsp&#xd;
</command> </command>
</hudson.tasks.BatchFile> </hudson.tasks.BatchFile>
</prebuilders> </prebuilders>
<postbuilders> <postbuilders>
<hudson.tasks.BatchFile> <hudson.tasks.BatchFile>
<command>set path=%path%;&quot;C:\Program Files\Git\usr\bin&quot;;&#xd; <command>scp -i F:/jenkins/id_rsa target/ylhealth-hra.war ymadmin@10.36.220.164:~/</command>
scp -i F:/jenkins/id_rsa target/ylhealth-hra.war ymadmin@10.36.220.164:~/</command>
</hudson.tasks.BatchFile> </hudson.tasks.BatchFile>
</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