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
=== modified file 'autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml'
--- autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml 2013-11-11 11:52:51 +0000
+++ autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml 2015-02-19 20:37:40 +0000
@@ -31,10 +31,22 @@
31 <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>31 <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
32 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>32 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
33 <triggers class="vector">33 <triggers class="vector">
34 <com.redfin.hudson.UrlChangeTrigger>34 <org.jenkinsci.plugins.urltrigger.URLTrigger plugin="urltrigger@0.37">
35 <spec></spec>35 <spec>*/15 * * * *</spec>
36 <url>{{ cdimageurl }}/MD5SUMS</url>36 <entries>
37 </com.redfin.hudson.UrlChangeTrigger>37 <org.jenkinsci.plugins.urltrigger.URLTriggerEntry>
38 <url>{{ cdimageurl }}/MD5SUMS</url>
39 <proxyActivated>false</proxyActivated>
40 <checkStatus>false</checkStatus>
41 <statusCode>200</statusCode>
42 <timeout>300</timeout>
43 <checkETag>false</checkETag>
44 <checkLastModificationDate>false</checkLastModificationDate>
45 <inspectingContent>false</inspectingContent>
46 </org.jenkinsci.plugins.urltrigger.URLTriggerEntry>
47 </entries>
48 <labelRestriction>false</labelRestriction>
49 </org.jenkinsci.plugins.urltrigger.URLTrigger>
38 </triggers>50 </triggers>
39 <concurrentBuild>false</concurrentBuild>51 <concurrentBuild>false</concurrentBuild>
40 <builders>52 <builders>

Subscribers

People subscribed via source and target branches