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
a4389cf2
Commit
a4389cf2
authored
Jan 08, 2019
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott: Job [Deploy_CHMB_SIT_132] configuration updated
Change performed by ·¨¼y°ó
parent
23358eb6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
16 deletions
+23
-16
jobs/Deploy_CHMB_SIT_132/config.xml
jobs/Deploy_CHMB_SIT_132/config.xml
+23
-16
No files found.
jobs/Deploy_CHMB_SIT_132/config.xml
View file @
a4389cf2
<?xml version='1.1' encoding='UTF-8'?>
<maven2-moduleset
plugin=
"maven-plugin@3.
1.
2"
>
<maven2-moduleset
plugin=
"maven-plugin@3.2"
>
<actions/>
<description></description>
<keepDependencies>
false
</keepDependencies>
<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.10"
>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.11"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<hudson.model.ParametersDefinitionProperty>
...
...
@@ -25,6 +17,14 @@
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</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>
<scm
class=
"hudson.plugins.git.GitSCM"
plugin=
"git@3.9.1"
>
<configVersion>
2
</configVersion>
...
...
@@ -84,11 +84,9 @@
</hudson.maven.reporters.MavenMailer>
</reporters>
<publishers>
<jenkins.plugins.slack.SlackNotifier
plugin=
"slack@2.3"
>
<baseUrl></baseUrl>
<jenkins.plugins.slack.SlackNotifier
plugin=
"slack@2.12"
>
<teamDomain></teamDomain>
<authToken></authToken>
<authTokenCredentialId></authTokenCredentialId>
<tokenCredentialId></tokenCredentialId>
<botUser>
false
</botUser>
<room></room>
<startNotification>
false
</startNotification>
...
...
@@ -103,8 +101,13 @@
<includeTestSummary>
false
</includeTestSummary>
<includeFailedTests>
false
</includeFailedTests>
<commitInfoChoice>
NONE
</commitInfoChoice>
<includeCustomMessage>
fals
e
</includeCustomMessage>
<includeCustomMessage>
tru
e
</includeCustomMessage>
<customMessage></customMessage>
<customMessageSuccess></customMessageSuccess>
<customMessageAborted></customMessageAborted>
<customMessageNotBuilt></customMessageNotBuilt>
<customMessageUnstable></customMessageUnstable>
<customMessageFailure></customMessageFailure>
</jenkins.plugins.slack.SlackNotifier>
<hudson.plugins.parameterizedtrigger.BuildTrigger
plugin=
"parameterized-trigger@2.35.2"
>
<configs>
...
...
@@ -135,7 +138,9 @@
</configs>
</hudson.plugins.parameterizedtrigger.BuildTrigger>
</publishers>
<buildWrappers/>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper
plugin=
"timestamper@1.8.10"
/>
</buildWrappers>
<prebuilders>
<hudson.plugins.parameterizedtrigger.TriggerBuilder
plugin=
"parameterized-trigger@2.35.2"
>
<configs>
...
...
@@ -197,6 +202,8 @@ for /f "tokens=*" %%i in ('git rev-parse --short HEAD') do s
<hudson.tasks.BatchFile>
<command>
set target=C:\Deploy\hrb_manage

net stop CRM_HRB

REM sleep 5 seconds

ping -n 5 127.0.0.1
>
nul

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

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

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

...
...
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