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

20140144: Job [Deploy_CHMB_Prod] configuration updated

Change performed by ·¨¼y°ó
parent 3c3bb228
......@@ -29,7 +29,7 @@ hotfix/1.15.1GA</description>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.1">
<scm class="hudson.plugins.git.GitSCM" plugin="git@3.9.3">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
......@@ -76,8 +76,10 @@ hotfix/1.15.1GA</description>
<globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
<reporters/>
<publishers>
<jenkins.plugins.slack.SlackNotifier plugin="slack@2.12">
<jenkins.plugins.slack.SlackNotifier plugin="slack@2.18">
<baseUrl></baseUrl>
<teamDomain></teamDomain>
<authToken></authToken>
<tokenCredentialId></tokenCredentialId>
<botUser>false</botUser>
<room></room>
......@@ -93,7 +95,7 @@ hotfix/1.15.1GA</description>
<includeTestSummary>false</includeTestSummary>
<includeFailedTests>false</includeFailedTests>
<commitInfoChoice>NONE</commitInfoChoice>
<includeCustomMessage>true</includeCustomMessage>
<includeCustomMessage>false</includeCustomMessage>
<customMessage></customMessage>
<customMessageSuccess></customMessageSuccess>
<customMessageAborted></customMessageAborted>
......@@ -109,10 +111,10 @@ hotfix/1.15.1GA</description>
<externalDelete></externalDelete>
<disableDeferredWipeout>false</disableDeferredWipeout>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.6.0">
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.6.2">
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.8.10"/>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.9"/>
</buildWrappers>
<prebuilders>
<hudson.tasks.BatchFile>
......@@ -129,9 +131,10 @@ for /f &quot;skip=1 tokens=1-6 delims= &quot; %%a in (&apos;wmic path Win32_Loca
)&#xd;
for /f &quot;tokens=*&quot; %%i in (&apos;git rev-parse --short HEAD&apos;) do set VAR=%%i_%FormattedDate%&#xd;
for /F &quot;delims=/ tokens=3&quot; %%i in (&quot;%GIT_BRANCH%&quot;) do set version=%%i&#xd;
for /f %%a in (&apos;git describe --tags&apos;) do set &quot;tags=%%a&quot;&#xd;
&#xd;
&#xd;
sed -i &quot;s/&lt;base.*/&lt;base href=\&quot;\/CHMB\/\&quot; version=\&quot;%version%_%VAR%\&quot;\/&gt;/&quot; src\main\resources\static\index.html</command>
sed -i &quot;s/&lt;base.*/&lt;base href=\&quot;\/CHMB\/\&quot; version=\&quot;%tags%_%version%_%VAR%\&quot;\/&gt;/&quot; src\main\resources\static\index.html</command>
</hudson.tasks.BatchFile>
</prebuilders>
<postbuilders>
......
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