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

20180083: Job [HRB_Depoly_SIT_TEST] configuration updated

Change performed by §õº~?
parent dd7692be
......@@ -38,17 +38,13 @@
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers>
<hudson.triggers.TimerTrigger>
<spec>0 7,13,17 * * *</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<rootModule>
<groupId>org.ylhealth.ym.hrb.backend</groupId>
<artifactId>HRB</artifactId>
</rootModule>
<goals>clean package -Poptimize -Dmaven.test.skip=true -DskipTests=true</goals>
<goals>clean package cobertura:cobertura</goals>
<defaultGoals>spring-boot:run</defaultGoals>
<aggregatorStyleBuild>true</aggregatorStyleBuild>
<incrementalBuild>false</incrementalBuild>
......@@ -74,36 +70,16 @@
</hudson.maven.reporters.MavenMailer>
</reporters>
<publishers>
<jenkins.plugins.slack.SlackNotifier plugin="slack@2.3">
<baseUrl></baseUrl>
<teamDomain></teamDomain>
<authToken></authToken>
<authTokenCredentialId></authTokenCredentialId>
<botUser>false</botUser>
<room></room>
<startNotification>false</startNotification>
<notifySuccess>false</notifySuccess>
<notifyAborted>true</notifyAborted>
<notifyNotBuilt>true</notifyNotBuilt>
<notifyUnstable>true</notifyUnstable>
<notifyRegression>false</notifyRegression>
<notifyFailure>true</notifyFailure>
<notifyBackToNormal>true</notifyBackToNormal>
<notifyRepeatedFailure>false</notifyRepeatedFailure>
<includeTestSummary>false</includeTestSummary>
<includeFailedTests>false</includeFailedTests>
<commitInfoChoice>NONE</commitInfoChoice>
<includeCustomMessage>false</includeCustomMessage>
<customMessage></customMessage>
</jenkins.plugins.slack.SlackNotifier>
<hudson.tasks.ArtifactArchiver>
<artifacts>/**</artifacts>
<allowEmptyArchive>false</allowEmptyArchive>
<onlyIfSuccessful>false</onlyIfSuccessful>
<fingerprint>false</fingerprint>
<defaultExcludes>true</defaultExcludes>
<caseSensitive>true</caseSensitive>
</hudson.tasks.ArtifactArchiver>
</publishers>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.34">
<deleteDirs>false</deleteDirs>
<cleanupParameter></cleanupParameter>
<externalDelete></externalDelete>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
</buildWrappers>
<buildWrappers/>
<prebuilders>
<hudson.tasks.BatchFile>
<command>REM 取得今天的年、月、日 (自動補零)&#xd;
......@@ -120,16 +96,7 @@ for /f &quot;tokens=*&quot; %%i in (&apos;git rev-parse --short HEAD&apos;) do s
&quot;C:\Program Files\Git\usr\bin\sed&quot; -i &quot;s/&lt;base.*/&lt;base href=\&quot;\/\&quot; version=\&quot;v%VAR%\&quot;\/&gt;/&quot; src\main\resources\static\login.html</command>
</hudson.tasks.BatchFile>
</prebuilders>
<postbuilders>
<hudson.tasks.BatchFile>
<command>set target=C:\Deploy\HRB&#xd;
net stop HRB&#xd;
FOR /F &quot;tokens=5 delims= &quot; %%P IN (&apos;netstat -a -n -o ^| findstr :50501 ^| findstr LISTEN&apos;) DO TaskKill.exe /F /PID %%P&#xd;
del %target%\lib\*.* /q&#xd;
&quot;C:\Program Files\7-Zip\7z.exe&quot; e target\HRB-pack.zip -o%target%\lib HRB\lib\*.* -r&#xd;
net start HRB</command>
</hudson.tasks.BatchFile>
</postbuilders>
<postbuilders/>
<runPostStepsIfResult>
<name>SUCCESS</name>
<ordinal>0</ordinal>
......
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