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
5f5e4333
Commit
5f5e4333
authored
Aug 24, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [Deploy_HRB_Frontend_1PM] configuration updated
Change performed by §õº~?
parent
aaadc66b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
+67
-0
jobs/Deploy_HRB_Frontend_1PM/config.xml
jobs/Deploy_HRB_Frontend_1PM/config.xml
+67
-0
No files found.
jobs/Deploy_HRB_Frontend_1PM/config.xml
0 → 100644
View file @
5f5e4333
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>
Deploy 後台

1. Clear the workspace

2. Copy all of the files to local workspace

3. Stop service then delete library from original folder

4. Use 7z program to decompress pack.zip to original folder

5. Start Service
</description>
<keepDependencies>
false
</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.9"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
2
</daysToKeep>
<numToKeep>
5
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm
class=
"hudson.scm.NullSCM"
/>
<assignedNode>
"
Deploy Server
"
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.plugins.copyartifact.CopyArtifact
plugin=
"copyartifact@1.41"
>
<project>
HRB_Frontend_Daily_Build_1PM
</project>
<filter></filter>
<target></target>
<excludes></excludes>
<selector
class=
"hudson.plugins.copyartifact.WorkspaceSelector"
/>
<doNotFingerprintArtifacts>
false
</doNotFingerprintArtifacts>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.tasks.BatchFile>
<command>
net stop hrb_backend

del C:\hrb_backend-pack\hrb_backend\lib\*.* /q

</command>
</hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>
"
C:\Program Files\7-Zip\7z.exe
"
e
"
C:\Jenkins\workspace\Deploy_HRB_Frontend_1PM\target\HRB-pack.zip
"
-oC:\hrb_backend-pack\hrb_backend\lib HRB\lib\*.* -r
</command>
</hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>
net start hrb_backend
</command>
</hudson.tasks.BatchFile>
</builders>
<publishers/>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup
plugin=
"ws-cleanup@0.34"
>
<deleteDirs>
false
</deleteDirs>
<cleanupParameter></cleanupParameter>
<externalDelete></externalDelete>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
<hudson.plugins.build__timeout.BuildTimeoutWrapper
plugin=
"build-timeout@1.19"
>
<strategy
class=
"hudson.plugins.build_timeout.impl.AbsoluteTimeOutStrategy"
>
<timeoutMinutes>
60
</timeoutMinutes>
</strategy>
<operationList/>
</hudson.plugins.build__timeout.BuildTimeoutWrapper>
</buildWrappers>
</project>
\ No newline at end of file
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