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
2397cb59
Commit
2397cb59
authored
Oct 25, 2018
by
YM-RD-AP01\ymadmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20180083: Job [HRB_APP_Android_Automation] configuration updated
Change performed by §õº~?
parent
def3246f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
+59
-0
jobs/HRB_APP_Android_Automation/config.xml
jobs/HRB_APP_Android_Automation/config.xml
+59
-0
No files found.
jobs/HRB_APP_Android_Automation/config.xml
0 → 100644
View file @
2397cb59
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>
HRB APP Android version
</description>
<keepDependencies>
false
</keepDependencies>
<properties>
<com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty
plugin=
"gitlab-plugin@1.5.10"
>
<gitLabConnection>
ylhealth
</gitLabConnection>
</com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
<jenkins.model.BuildDiscarderProperty>
<strategy
class=
"hudson.tasks.LogRotator"
>
<daysToKeep>
1
</daysToKeep>
<numToKeep>
5
</numToKeep>
<artifactDaysToKeep>
-1
</artifactDaysToKeep>
<artifactNumToKeep>
-1
</artifactNumToKeep>
</strategy>
</jenkins.model.BuildDiscarderProperty>
</properties>
<scm
class=
"hudson.scm.NullSCM"
/>
<assignedNode>
Automation_mobile
</assignedNode>
<canRoam>
false
</canRoam>
<disabled>
true
</disabled>
<blockBuildWhenDownstreamBuilding>
false
</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>
false
</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>
false
</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>
robot --critical functional --noncritical UI --variable G_BROWSER:chrome --variable G_Platform_Version:7.0 --variable G_APK_Name:HRB_Mobile_20170721_6c00a71.apk
"
E:\Automation Code\android\HRB_android
"

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