Merge lp:~pwlars/ubiquity/ci-urltrigger into lp:~canonical-ci-engineering/ubiquity/ubiquity-ci-testing

Proposed by Paul Larson
Status: Merged
Merged at revision: 6269
Proposed branch: lp:~pwlars/ubiquity/ci-urltrigger
Merge into: lp:~canonical-ci-engineering/ubiquity/ubiquity-ci-testing
Diff against target: 30 lines (+16/-4)
1 file modified
autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml (+16/-4)
To merge this branch: bzr merge lp:~pwlars/ubiquity/ci-urltrigger
Reviewer Review Type Date Requested Status
Joe Talbott (community) Approve
Review via email: mp+250378@code.launchpad.net

Description of the change

Url change trigger is deprecated. Use this one instead

To post a comment you must log in.
Revision history for this message
Joe Talbott (joetalbott) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml'
2--- autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml 2013-11-11 11:52:51 +0000
3+++ autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml 2015-02-19 20:37:40 +0000
4@@ -31,10 +31,22 @@
5 <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
6 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
7 <triggers class="vector">
8- <com.redfin.hudson.UrlChangeTrigger>
9- <spec></spec>
10- <url>{{ cdimageurl }}/MD5SUMS</url>
11- </com.redfin.hudson.UrlChangeTrigger>
12+ <org.jenkinsci.plugins.urltrigger.URLTrigger plugin="urltrigger@0.37">
13+ <spec>*/15 * * * *</spec>
14+ <entries>
15+ <org.jenkinsci.plugins.urltrigger.URLTriggerEntry>
16+ <url>{{ cdimageurl }}/MD5SUMS</url>
17+ <proxyActivated>false</proxyActivated>
18+ <checkStatus>false</checkStatus>
19+ <statusCode>200</statusCode>
20+ <timeout>300</timeout>
21+ <checkETag>false</checkETag>
22+ <checkLastModificationDate>false</checkLastModificationDate>
23+ <inspectingContent>false</inspectingContent>
24+ </org.jenkinsci.plugins.urltrigger.URLTriggerEntry>
25+ </entries>
26+ <labelRestriction>false</labelRestriction>
27+ </org.jenkinsci.plugins.urltrigger.URLTrigger>
28 </triggers>
29 <concurrentBuild>false</concurrentBuild>
30 <builders>

Subscribers

People subscribed via source and target branches