-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
39 lines (39 loc) · 1.36 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description>Jenkins项目</description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>e:
cd E:\yuanmapython\a20191028\课堂练习
python unittest断言.py</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
<htmlpublisher.HtmlPublisher plugin="[email protected]">
<reportTargets>
<htmlpublisher.HtmlPublisherTarget>
<reportName>HTML Report</reportName>
<reportDir>E:\yuanmapython\a20191028\课堂练习\report</reportDir>
<reportFiles>index.html</reportFiles>
<alwaysLinkToLastBuild>false</alwaysLinkToLastBuild>
<reportTitles></reportTitles>
<keepAll>false</keepAll>
<allowMissing>false</allowMissing>
<includes>**/*</includes>
<escapeUnderscores>true</escapeUnderscores>
</htmlpublisher.HtmlPublisherTarget>
</reportTargets>
</htmlpublisher.HtmlPublisher>
</publishers>
<buildWrappers/>
</project>