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

scott: Job [Deploy_HRA_UAT_137] configuration updated

Change performed by 楊慶堂
parent 22e22529
<?xml version='1.1' encoding='UTF-8'?> <?xml version="1.1" encoding="UTF-8" standalone="no"?><maven2-moduleset plugin="maven-plugin@3.5">
<maven2-moduleset plugin="maven-plugin@3.4">
<actions/> <actions/>
<description></description> <description/>
<keepDependencies>false</keepDependencies> <keepDependencies>false</keepDependencies>
<properties> <properties>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13"> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.5.13">
<gitLabConnection>ylhealth</gitLabConnection> <gitLabConnection>ylhealth</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty> <hudson.model.ParametersDefinitionProperty>
<parameterDefinitions> <parameterDefinitions>
<hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition plugin="global-variable-string-parameter@1.2"> <hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition plugin="global-variable-string-parameter@1.2">
...@@ -22,13 +14,21 @@ ...@@ -22,13 +14,21 @@
<description> <description>
release/1.15GA release/1.15GA
hotfix/1.15.1GA</description> hotfix/1.15.1GA</description>
<defaultValue>release/1.63GA</defaultValue> <defaultValue>release/1.73GA</defaultValue>
<trim>false</trim> <trim>false</trim>
</hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition> </hudson.plugins.global__variable__string__parameter.GlobalVariableStringParameterDefinition>
</parameterDefinitions> </parameterDefinitions>
</hudson.model.ParametersDefinitionProperty> </hudson.model.ParametersDefinitionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
<numToKeep>3</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</strategy>
</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.2.2">
<configVersion>2</configVersion> <configVersion>2</configVersion>
<userRemoteConfigs> <userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig> <hudson.plugins.git.UserRemoteConfig>
...@@ -74,16 +74,16 @@ hotfix/1.15.1GA</description> ...@@ -74,16 +74,16 @@ 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.32"> <jenkins.plugins.slack.SlackNotifier plugin="slack@2.37">
<baseUrl></baseUrl> <baseUrl/>
<teamDomain></teamDomain> <teamDomain/>
<authToken></authToken> <authToken/>
<tokenCredentialId></tokenCredentialId> <tokenCredentialId/>
<botUser>false</botUser> <botUser>false</botUser>
<room></room> <room/>
<sendAsText>false</sendAsText> <sendAsText>false</sendAsText>
<iconEmoji></iconEmoji> <iconEmoji/>
<username></username> <username/>
<startNotification>false</startNotification> <startNotification>false</startNotification>
<notifySuccess>false</notifySuccess> <notifySuccess>false</notifySuccess>
<notifyAborted>true</notifyAborted> <notifyAborted>true</notifyAborted>
...@@ -98,27 +98,27 @@ hotfix/1.15.1GA</description> ...@@ -98,27 +98,27 @@ hotfix/1.15.1GA</description>
<includeFailedTests>false</includeFailedTests> <includeFailedTests>false</includeFailedTests>
<commitInfoChoice>NONE</commitInfoChoice> <commitInfoChoice>NONE</commitInfoChoice>
<includeCustomMessage>false</includeCustomMessage> <includeCustomMessage>false</includeCustomMessage>
<customMessage></customMessage> <customMessage/>
<customMessageSuccess></customMessageSuccess> <customMessageSuccess/>
<customMessageAborted></customMessageAborted> <customMessageAborted/>
<customMessageNotBuilt></customMessageNotBuilt> <customMessageNotBuilt/>
<customMessageUnstable></customMessageUnstable> <customMessageUnstable/>
<customMessageFailure></customMessageFailure> <customMessageFailure/>
</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/>
<externalDelete></externalDelete> <externalDelete/>
<disableDeferredWipeout>false</disableDeferredWipeout> <disableDeferredWipeout>false</disableDeferredWipeout>
</hudson.plugins.ws__cleanup.PreBuildCleanup> </hudson.plugins.ws__cleanup.PreBuildCleanup>
</buildWrappers> </buildWrappers>
<prebuilders> <prebuilders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command>VAR=$(git rev-parse --short HEAD)_$(date +&quot;%Y%m%d_%H%M&quot;) <command>VAR=$(git rev-parse --short HEAD)_$(date +"%Y%m%d_%H%M")
version=$(echo $GIT_BRANCH | cut -d&apos;/&apos; -f 3) version=$(echo $GIT_BRANCH | cut -d'/' -f 3)
sed -i &quot;s/&lt;base.*/&lt;base href=\&quot;\/\&quot; version=\&quot;${version}_${VAR}\&quot;\/&gt;/&quot; WebContent/WEB-INF/jsp/home/home.jsp</command> sed -i "s/&lt;base.*/&lt;base href=\"\/\" version=\"${version}_${VAR}\"\/&gt;/" WebContent/WEB-INF/jsp/home/home.jsp</command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</prebuilders> </prebuilders>
<postbuilders> <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