Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ym
jenkins
Commits
ac4883cf
Commit
ac4883cf
authored
Oct 11, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [Deploy_HRB_SIT_132_Test] configuration updated
Change performed by §õº~?
parent
687159cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
48 deletions
+5
-48
jobs/Deploy_HRB_SIT_132_Test/config.xml
jobs/Deploy_HRB_SIT_132_Test/config.xml
+5
-48
No files found.
jobs/Deploy_HRB_SIT_132_Test/config.xml
View file @
ac4883cf
...
...
@@ -10,7 +10,7 @@
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
1
</daysToKeep>
<numToKeep>
2
</numToKeep>
<numToKeep>
1
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
...
...
@@ -38,11 +38,7 @@
<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>
...
...
@@ -65,38 +61,8 @@
<blockTriggerWhenBuilding>
true
</blockTriggerWhenBuilding>
<settings
class=
"jenkins.mvn.DefaultSettingsProvider"
/>
<globalSettings
class=
"jenkins.mvn.DefaultGlobalSettingsProvider"
/>
<reporters>
<hudson.maven.reporters.MavenMailer>
<recipients>
$RD_Group $QA_Group
</recipients>
<dontNotifyEveryUnstableBuild>
false
</dontNotifyEveryUnstableBuild>
<sendToIndividuals>
false
</sendToIndividuals>
<perModuleEmail>
true
</perModuleEmail>
</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>
</publishers>
<reporters/>
<publishers/>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.34"
>
<deleteDirs>
false
</deleteDirs>
...
...
@@ -120,16 +86,7 @@ for /f "tokens=*" %%i in ('git rev-parse --short HEAD') do s
"
C:\Program Files\Git\usr\bin\sed
"
-i
"
s/
<
base.*/
<
base href=\
"
\/\
"
version=\
"
v%VAR%\
"
\/
>
/
"
src\main\resources\static\login.html
</command>
</hudson.tasks.BatchFile>
</prebuilders>
<postbuilders>
<hudson.tasks.BatchFile>
<command>
set target=C:\Deploy\HRB

net stop HRB

FOR /F
"
tokens=5 delims=
"
%%P IN (
'
netstat -a -n -o ^| findstr :50501 ^| findstr LISTEN
'
) DO TaskKill.exe /F /PID %%P

del %target%\lib\*.* /q

"
C:\Program Files\7-Zip\7z.exe
"
e target\HRB-pack.zip -o%target%\lib HRB\lib\*.* -r

net start HRB
</command>
</hudson.tasks.BatchFile>
</postbuilders>
<postbuilders/>
<runPostStepsIfResult>
<name>
SUCCESS
</name>
<ordinal>
0
</ordinal>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment