-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
60 lines (60 loc) · 2.53 KB
/
config.xml
File metadata and controls
60 lines (60 loc) · 2.53 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<maven2-moduleset plugin="maven-plugin@2.7.1">
<actions></actions>
<description>test description</description>
<keepDependencies></keepDependencies>
<properties></properties>
<scm class="hudson.scm.SubversionSCM" plugin="subversion@1.54">
<ScmContent>
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>http://some-svn-url</remote>
<local>.</local>
<depthOption>infinity</depthOption>
<ignoreExternalsOption>false</ignoreExternalsOption>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
<excludedRegions></excludedRegions>
<includedRegions></includedRegions>
<excludedUsers></excludedUsers>
<excludedRevprop></excludedRevprop>
<excludedCommitMessages></excludedCommitMessages>
<workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"></workspaceUpdater>
<ignoreDirPropChanges>false</ignoreDirPropChanges>
<filterChangelog>false</filterChangelog>
</ScmContent>
</scm>
<canRoam></canRoam>
<disabled></disabled>
<blockBuildWhenDownstreamBuilding></blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding></blockBuildWhenUpstreamBuilding>
<triggers>
<hudson.triggers.SCMTrigger>
<spec></spec>
<ignorePostCommitHooks></ignorePostCommitHooks>
</hudson.triggers.SCMTrigger>
</triggers>
<concurrentBuild></concurrentBuild>
<goals></goals>
<aggregatorStyleBuild></aggregatorStyleBuild>
<incrementalBuild></incrementalBuild>
<ignoreUpstremChanges></ignoreUpstremChanges>
<archivingDisabled></archivingDisabled>
<siteArchivingDisabled></siteArchivingDisabled>
<fingerprintingDisabled></fingerprintingDisabled>
<resolveDependencies></resolveDependencies>
<processPlugins></processPlugins>
<mavenName></mavenName>
<mavenValidationLevel></mavenValidationLevel>
<defaultGoals></defaultGoals>
<runHeadless></runHeadless>
<disableTriggerDownstreamProjects></disableTriggerDownstreamProjects>
<settings class="jenkins.mvn.DefaultSettingsProvider"></settings>
<globalSettings class="jenkins.mvn.DefaultSettingsProvider"></globalSettings>
<runPostStepsIfResult>
<name>FAILURE</name>
<ordinal>2</ordinal>
<color>RED</color>
<completeBuild>true</completeBuild>
</runPostStepsIfResult>
<postbuilders></postbuilders>
</maven2-moduleset>