Skip to content

Commit

Permalink
Use mdash for job titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Stollenwerk committed Jun 23, 2012
1 parent 74a420a commit 074a9b6
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 92 deletions.
2 changes: 1 addition & 1 deletion jenkins.plone.org/plone-4.2-code-analysis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<actions/>
<description></description>
<displayName>Plone 4.2 - Code Analysis</displayName>
<displayName>Plone 4.2 Code Analysis</displayName>
<logRotator>
<daysToKeep>1</daysToKeep>
<numToKeep>-1</numToKeep>
Expand Down
3 changes: 2 additions & 1 deletion jenkins.plone.org/plone-4.2-ecosystem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<actions/>
<description>Builds ecosystem.cfg in buildout.coredev</description>
<displayName>Plone 4.2 - Ecosystem</displayName>
<displayName>Plone 4.2 Ecosystem</displayName>
<keepDependencies>false</keepDependencies>
<properties>
<com.coravy.hudson.plugins.github.GithubProjectProperty>
Expand Down Expand Up @@ -31,6 +31,7 @@
<wipeOutWorkspace>false</wipeOutWorkspace>
<pruneBranches>false</pruneBranches>
<remotePoll>false</remotePoll>
<ignoreNotifyCommit>false</ignoreNotifyCommit>
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<submoduleCfg class="list"/>
Expand Down
2 changes: 1 addition & 1 deletion jenkins.plone.org/plone-4.2-test-coverage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<actions/>
<description></description>
<displayName>Plone 4.2 - Test Coverage</displayName>
<displayName>Plone 4.2 Test Coverage</displayName>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.NullSCM"/>
Expand Down
2 changes: 1 addition & 1 deletion jenkins.plone.org/plone-4.2-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<actions/>
<description>Runs all Plone tests.</description>
<displayName>Plone 4.2 - Tests</displayName>
<displayName>Plone 4.2 Tests</displayName>
<keepDependencies>false</keepDependencies>
<properties>
<com.coravy.hudson.plugins.github.GithubProjectProperty>
Expand Down
115 changes: 59 additions & 56 deletions jenkins.plone.org/plone-4.3-code-analysis.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><project>
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description/>
<displayName>Plone 4.3 - Code Analysis</displayName>
<description></description>
<displayName>Plone 4.3 Code Analysis</displayName>
<logRotator>
<daysToKeep>1</daysToKeep>
<numToKeep>-1</numToKeep>
Expand All @@ -18,61 +19,63 @@
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector"/>
<concurrentBuild>false</concurrentBuild>
<customWorkspace>jobs/plone-4.3/last-successful</customWorkspace>
<builders>
<hudson.tasks.Shell>
<command>rm -rf bin parts .installed.cfg .mr.developer.cfg
<command>rsync -aqz ../plone-4.3/ .
$PYTHON27 bootstrap.py
bin/buildout -c jenkins.cfg
bin/jenkins-code-analysis
bin/jenkins-code-analysis-flake8</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command></command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.plugins.tasks.TasksPublisher>
<healthy/>
<unHealthy/>
<healthy></healthy>
<unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit>
<pluginName>[TASKS] </pluginName>
<defaultEncoding/>
<defaultEncoding></defaultEncoding>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds>
<unstableTotalAll/>
<unstableTotalHigh/>
<unstableTotalNormal/>
<unstableTotalLow/>
<failedTotalAll/>
<failedTotalHigh/>
<failedTotalNormal/>
<failedTotalLow/>
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
<high/>
<high></high>
<normal>XXX, BBB, TODO</normal>
<low>failUnlessEqual, assertEquals, failIfEqual, failUnless, assert_, failIf, failUnlessRaises, failUnlessAlmostEqual, failIfAlmostEqual</low>
<ignoreCase>false</ignoreCase>
<pattern>packages/**/*</pattern>
<excludePattern>packages/**/*.png, packages/**/*.gif, packages/**/*.jpg, packages/**/*.zip, packages/**/*.ppt, packages/**/*.jar, packages/**/*.stx, packages/**/CHANGES.txt, packages/**/HISTORY.txt, packages/**/INSTALL.txt, packages/**/*.rst, packages/**/CHANGELOG.txt, packages/**/ChangeLog, packages/unittest2, packages/**/*.pyc,packages/**/*.pyo</excludePattern>
</hudson.plugins.tasks.TasksPublisher>
<hudson.plugins.warnings.WarningsPublisher>
<healthy/>
<unHealthy/>
<healthy></healthy>
<unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit>
<pluginName>[WARNINGS] </pluginName>
<defaultEncoding/>
<defaultEncoding></defaultEncoding>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds>
<unstableTotalAll/>
<unstableTotalHigh/>
<unstableTotalNormal/>
<unstableTotalLow/>
<failedTotalAll/>
<failedTotalHigh/>
<failedTotalNormal/>
<failedTotalLow/>
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
Expand All @@ -96,22 +99,22 @@ bin/jenkins-code-analysis-flake8</command>
</consoleParsers>
</hudson.plugins.warnings.WarningsPublisher>
<hudson.plugins.analysis.collector.AnalysisPublisher>
<healthy/>
<unHealthy/>
<healthy></healthy>
<unHealthy></unHealthy>
<thresholdLimit>low</thresholdLimit>
<pluginName>[ANALYSIS-COLLECTOR] </pluginName>
<defaultEncoding/>
<defaultEncoding></defaultEncoding>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds>
<unstableTotalAll/>
<unstableTotalHigh/>
<unstableTotalNormal/>
<unstableTotalLow/>
<failedTotalAll/>
<failedTotalHigh/>
<failedTotalNormal/>
<failedTotalLow/>
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<shouldDetectModules>false</shouldDetectModules>
<dontComputeNew>true</dontComputeNew>
Expand All @@ -128,7 +131,7 @@ bin/jenkins-code-analysis-flake8</command>
</hudson.tasks.ArtifactArchiver>
<hudson.plugins.sloccount.SloccountPublisher>
<pattern>**/parts/jenkins-test/sloccount.sc</pattern>
<encoding/>
<encoding></encoding>
</hudson.plugins.sloccount.SloccountPublisher>
<hudson.plugins.violations.ViolationsPublisher>
<config>
Expand All @@ -145,7 +148,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -156,7 +159,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -167,7 +170,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -178,7 +181,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -189,7 +192,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -200,7 +203,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -211,7 +214,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -222,7 +225,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -233,7 +236,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -244,7 +247,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -266,7 +269,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -288,7 +291,7 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
Expand All @@ -299,18 +302,18 @@ bin/jenkins-code-analysis-flake8</command>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern/>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
</typeConfigs>
<limit>100</limit>
<sourcePathPattern/>
<fauxProjectPath/>
<sourcePathPattern></sourcePathPattern>
<fauxProjectPath></fauxProjectPath>
<encoding>default</encoding>
</config>
</hudson.plugins.violations.ViolationsPublisher>
<com.chikli.hudson.plugin.naginator.NaginatorPublisher>
<regexpForRerun/>
<regexpForRerun></regexpForRerun>
<rerunIfUnstable>false</rerunIfUnstable>
<checkRegexp>false</checkRegexp>
<delay class="com.chikli.hudson.plugin.naginator.ProgressiveDelay">
Expand Down
28 changes: 15 additions & 13 deletions jenkins.plone.org/plone-4.3-plips.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?><matrix-project>
<?xml version='1.0' encoding='UTF-8'?>
<matrix-project>
<actions/>
<description/>
<displayName>Plone 4.3 - PLIPS</displayName>
<description></description>
<displayName>Plone 4.3 PLIPS</displayName>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.plugins.git.GitSCM">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<name/>
<refspec/>
<name></name>
<refspec></refspec>
<url>git://github.com/plone/buildout.coredev.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
Expand All @@ -26,18 +27,19 @@
<wipeOutWorkspace>false</wipeOutWorkspace>
<pruneBranches>false</pruneBranches>
<remotePoll>false</remotePoll>
<ignoreNotifyCommit>false</ignoreNotifyCommit>
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<submoduleCfg class="list"/>
<relativeTargetDir/>
<reference/>
<excludedRegions/>
<excludedUsers/>
<gitConfigName/>
<gitConfigEmail/>
<relativeTargetDir></relativeTargetDir>
<reference></reference>
<excludedRegions></excludedRegions>
<excludedUsers></excludedUsers>
<gitConfigName></gitConfigName>
<gitConfigEmail></gitConfigEmail>
<skipTag>false</skipTag>
<includedRegions/>
<scmName/>
<includedRegions></includedRegions>
<scmName></scmName>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
Expand Down
9 changes: 5 additions & 4 deletions jenkins.plone.org/plone-4.3-test-coverage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><project>
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description/>
<displayName>Plone 4.3 - Test Coverage</displayName>
<description></description>
<displayName>Plone 4.3 Test Coverage</displayName>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.NullSCM"/>
Expand Down Expand Up @@ -83,7 +84,7 @@ bin/jenkins-test-coverage</command>
<sourceEncoding>ASCII</sourceEncoding>
</hudson.plugins.cobertura.CoberturaPublisher>
<com.chikli.hudson.plugin.naginator.NaginatorPublisher>
<regexpForRerun/>
<regexpForRerun></regexpForRerun>
<rerunIfUnstable>false</rerunIfUnstable>
<checkRegexp>false</checkRegexp>
<delay class="com.chikli.hudson.plugin.naginator.ProgressiveDelay">
Expand Down
Loading

0 comments on commit 074a9b6

Please sign in to comment.