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

20140144: Job [Deploy_CHMB_DIHTEST_164] configuration updated

Change performed by ·¨¼y°ó
parent e898bbaa
......@@ -15,15 +15,15 @@
master
release/1.15GA
hotfix/1.15.1GA</description>
<defaultValue>demo</defaultValue>
<defaultValue>feature/I18N</defaultValue>
<trim>false</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep>
<daysToKeep>-1</daysToKeep>
<numToKeep>5</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
......@@ -46,7 +46,7 @@ hotfix/1.15.1GA</description>
<submoduleCfg class="list"/>
<extensions/>
</scm>
<assignedNode>DEMO_192.168.2.10</assignedNode>
<assignedNode>DIH_Test_172.16.40.164</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
......@@ -86,7 +86,6 @@ hotfix/1.15.1GA</description>
<jenkins.plugins.slack.SlackNotifier plugin="slack@2.4">
<baseUrl></baseUrl>
<teamDomain></teamDomain>
<authToken></authToken>
<tokenCredentialId></tokenCredentialId>
<botUser>false</botUser>
<room></room>
......@@ -103,7 +102,6 @@ hotfix/1.15.1GA</description>
<includeFailedTests>false</includeFailedTests>
<commitInfoChoice>NONE</commitInfoChoice>
<includeCustomMessage>false</includeCustomMessage>
<customMessage></customMessage>
</jenkins.plugins.slack.SlackNotifier>
</publishers>
<buildWrappers>
......@@ -121,7 +119,7 @@ hotfix/1.15.1GA</description>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.tasks.Shell>
<command>VAR=$(git rev-parse --short HEAD)_$(date +&quot;%Y%m%d_%H%M&quot;)
version=$(echo $GIT_BRANCH | cut -d&apos;/&apos; -f 3)
version=${GIT_BRANCH##*/}
sed -i &quot;s/&lt;title.*/&lt;title&gt;CHM Booking Manage v%VAR%&lt;\/title\/&gt;/&quot; src/main/resources/static/index.html</command>
</hudson.tasks.Shell>
</prebuilders>
......
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