Skip to content

Commit

Permalink
Merge pull request #424 from ros-infrastructure/update_plugin_config
Browse files Browse the repository at this point in the history
update config of plugins to minimize diff
  • Loading branch information
dirk-thomas authored Apr 21, 2017
2 parents 8dcc60d + 0e84511 commit cea3bf5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ros_buildfarm/templates/release/import_package_job.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
days_to_keep=30,
num_to_keep=10000,
))@
@(SNIPPET(
'property_job-priority',
priority=-1,
))@
@(SNIPPET(
'property_requeue-job',
))@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
days_to_keep=100,
num_to_keep=100,
))@
@(SNIPPET(
'property_job-priority',
priority=-1,
))@
@(SNIPPET(
'property_requeue-job',
))@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
days_to_keep=100,
num_to_keep=100,
))@
@(SNIPPET(
'property_job-priority',
priority=-1,
))@
@(SNIPPET(
'property_requeue-job',
))@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<configuredTriggers>
<hudson.plugins.emailext.plugins.trigger.FailureTrigger>
<email>
<recipientList/>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>$PROJECT_DEFAULT_CONTENT</body>
<recipientProviders>
Expand All @@ -19,7 +18,6 @@
</hudson.plugins.emailext.plugins.trigger.FailureTrigger>
<hudson.plugins.emailext.plugins.trigger.UnstableTrigger>
<email>
<recipientList/>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>$PROJECT_DEFAULT_CONTENT</body>
<recipientProviders>
Expand Down
2 changes: 1 addition & 1 deletion ros_buildfarm/templates/snippet/publisher_warnings.xml.em
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<healthy/>
<unHealthy/>
<thresholdLimit>low</thresholdLimit>
<pluginName>[WARNINGS]</pluginName>
<pluginName>[WARNINGS] </pluginName>
<defaultEncoding/>
<canRunOnFailed>false</canRunOnFailed>
<usePreviousBuildAsReference>false</usePreviousBuildAsReference>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<org.jenkinsci.plugins.ghprb.GhprbTrigger plugin="ghprb@@1.36.1">
<spec/>
<triggerPhrase/>
<latestVersion>3</latestVersion>
<configVersion>3</configVersion>
<adminlist/>
<allowMembersOfWhitelistedOrgsAsAdmin>true</allowMembersOfWhitelistedOrgsAsAdmin>
<orgslist>@ESCAPE(github_orgunit)</orgslist>
Expand All @@ -17,13 +18,17 @@
<branch>@ESCAPE(branch_name)</branch>
</org.jenkinsci.plugins.ghprb.GhprbBranch>
</whiteListTargetBranches>
<project>@ESCAPE(job_name)</project>
<triggerPhrase/>
<skipBuildPhrase>.*\[skip\W+ci\].*</skipBuildPhrase>
<blackListLabels/>
<whiteListLabels/>
<extensions>
<org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
<commitStatusContext>@ESCAPE(job_name)</commitStatusContext>
<triggeredStatus/>
<startedStatus/>
<statusUrl/>
<addTestResults>false</addTestResults>
</org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
</extensions>
</org.jenkinsci.plugins.ghprb.GhprbTrigger>

0 comments on commit cea3bf5

Please sign in to comment.