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
1ca2dcfb
Commit
1ca2dcfb
authored
Sep 17, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [Deploy_Survey] configuration updated
Change performed by §õº~?
parent
66f57aa6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
0 deletions
+71
-0
jobs/Deploy_Survey/config.xml
jobs/Deploy_Survey/config.xml
+71
-0
No files found.
jobs/Deploy_Survey/config.xml
0 → 100644
View file @
1ca2dcfb
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>
1. Clear the workspace

2. Copy all of the files to local workspace

3. Stop service

4. Copy Survy.war file to TomCat 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>
3
</daysToKeep>
<numToKeep>
3
</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>
Survey_Daily_Build
</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 LogServices

COPY /Y
"
C:\Jenkins\workspace\Deploy_Survey\target\designer.war
"
"
C:\apache-tomcat-8.5.5\webapps\
"
XCOPY /E /I /Y C:\Jenkins\workspace\Deploy_Survey\target\designer\* C:\apache-tomcat-8.5.5\webapps\designer

COPY /Y
"
C:\SurveyDBConnection\applicationContext.xml
"
"
C:\apache-tomcat-8.5.5\webapps\survey\WEB-INF\
"
net start LogServices
</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
<hudson.plugins.ws__cleanup.WsCleanup
plugin=
"ws-cleanup@0.34"
>
<patterns
class=
"empty-list"
/>
<deleteDirs>
false
</deleteDirs>
<skipWhenFailed>
false
</skipWhenFailed>
<cleanWhenSuccess>
true
</cleanWhenSuccess>
<cleanWhenUnstable>
true
</cleanWhenUnstable>
<cleanWhenFailure>
false
</cleanWhenFailure>
<cleanWhenNotBuilt>
true
</cleanWhenNotBuilt>
<cleanWhenAborted>
false
</cleanWhenAborted>
<notFailBuild>
false
</notFailBuild>
<cleanupMatrixParent>
false
</cleanupMatrixParent>
<externalDelete></externalDelete>
</hudson.plugins.ws__cleanup.WsCleanup>
</publishers>
<buildWrappers>
<hudson.plugins.build__timeout.BuildTimeoutWrapper
plugin=
"build-timeout@1.19"
>
<strategy
class=
"hudson.plugins.build_timeout.impl.AbsoluteTimeOutStrategy"
>
<timeoutMinutes>
30
</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