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
1d1abcd0
Commit
1d1abcd0
authored
Aug 27, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [CHMB_Backend_Automation] configuration updated
Change performed by §õº~?
parent
6eb72734
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
jobs/CHMB_Backend_Automation/config.xml
jobs/CHMB_Backend_Automation/config.xml
+57
-0
No files found.
jobs/CHMB_Backend_Automation/config.xml
0 → 100644
View file @
1d1abcd0
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description></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>
1
</daysToKeep>
<numToKeep>
2
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm
class=
"hudson.scm.NullSCM"
/>
<assignedNode>
"
Automation Server
"
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
false
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>
robot --variable SERVER:http://192.168.2.71:8090/login.html --variable User_Name:A7001 --variable User_Password:19870306
"
C:\Automation\HRB_Backend\Login_Tests
"
"
C:\Automation\HRB_Backend\BVT
"
</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>
/**
</artifacts>
<allowEmptyArchive>
false
</allowEmptyArchive>
<onlyIfSuccessful>
false
</onlyIfSuccessful>
<fingerprint>
false
</fingerprint>
<defaultExcludes>
true
</defaultExcludes>
<caseSensitive>
true
</caseSensitive>
</hudson.tasks.ArtifactArchiver>
<hudson.plugins.robot.RobotPublisher
plugin=
"robot@1.6.5"
>
<outputPath>
${WORKSPACE}
</outputPath>
<reportFileName>
report.html
</reportFileName>
<logFileName>
log.html
</logFileName>
<outputFileName>
output.xml
</outputFileName>
<disableArchiveOutput>
false
</disableArchiveOutput>
<passThreshold>
1.0
</passThreshold>
<unstableThreshold>
1.0
</unstableThreshold>
<otherFiles>
<string></string>
</otherFiles>
<enableCache>
true
</enableCache>
<onlyCritical>
true
</onlyCritical>
</hudson.plugins.robot.RobotPublisher>
</publishers>
<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