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
93a96873
Commit
93a96873
authored
Oct 02, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [HRB_Depoly_SIT_TEST] configuration updated
Change performed by §õº~?
parent
dd7692be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
45 deletions
+12
-45
jobs/HRB_Depoly_SIT_TEST/config.xml
jobs/HRB_Depoly_SIT_TEST/config.xml
+12
-45
No files found.
jobs/HRB_Depoly_SIT_TEST/config.xml
View file @
93a96873
...
...
@@ -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 取得今天的年、月、日 (自動補零)

...
...
@@ -120,16 +96,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