tbinaries-config.xml - devuan-releasebot - devuan's releasebot reimplemented (scorsh version)
HTML git clone git://parazyd.org/devuan-releasebot.git
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
tbinaries-config.xml (6657B)
---
1 <?xml version='1.0' encoding='UTF-8'?>
2 <matrix-project plugin="matrix-project@1.4">
3 <actions/>
4 <description>{{{DESCRIPTION}}}</description>
5 <logRotator class="hudson.tasks.LogRotator">
6 <daysToKeep>-1</daysToKeep>
7 <numToKeep>5</numToKeep>
8 <artifactDaysToKeep>-1</artifactDaysToKeep>
9 <artifactNumToKeep>-1</artifactNumToKeep>
10 </logRotator>
11 <keepDependencies>false</keepDependencies>
12 <properties>
13 <com.suryagaddipati.jenkins.SlaveUtilizationProperty plugin="slave-utilization-plugin@1.8">
14 <needsExclusiveAccessToNode>false</needsExclusiveAccessToNode>
15 <singleInstancePerSlave>false</singleInstancePerSlave>
16 <slaveUtilizationPercentage>0</slaveUtilizationPercentage>
17 </com.suryagaddipati.jenkins.SlaveUtilizationProperty>
18 <hudson.model.ParametersDefinitionProperty>
19 <parameterDefinitions>
20 <hudson.model.TextParameterDefinition>
21 <name>codename</name>
22 <description></description>
23 <defaultValue>experimental</defaultValue>
24 </hudson.model.TextParameterDefinition>
25 </parameterDefinitions>
26 </hudson.model.ParametersDefinitionProperty>
27 </properties>
28 <scm class="hudson.scm.NullSCM"/>
29 <canRoam>true</canRoam>
30 <disabled>false</disabled>
31 <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
32 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
33 <triggers/>
34 <concurrentBuild>false</concurrentBuild>
35 <axes>
36 <hudson.matrix.TextAxis>
37 <name>architecture</name>
38 <values>
39 {{{ARCHITECTURES}}}
40 </values>
41 </hudson.matrix.TextAxis>
42 <hudson.matrix.LabelAxis>
43 <name>label</name>
44 <values>
45 {{{LABELS}}}
46 </values>
47 </hudson.matrix.LabelAxis>
48 </axes>
parazyd.org:70 /git/devuan-releasebot/file/templates/devuan/binaries-config.xml.gph:58: line too long