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

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

Description of the change

This should make urltrigger actually detect the change in the file

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

Not sure what I missed earlier but the trigger was working earlier. Probably this is fixing a special case.

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 2015-02-19 20:34:19 +0000
3+++ autopilot/ubiquity-autopilot-runner/jenkins/templates/ubiquity_ap-flavor_devel_daily-download.xml 2015-02-24 17:12:24 +0000
4@@ -42,7 +42,10 @@
5 <timeout>300</timeout>
6 <checkETag>false</checkETag>
7 <checkLastModificationDate>false</checkLastModificationDate>
8- <inspectingContent>false</inspectingContent>
9+ <inspectingContent>true</inspectingContent>
10+ <contentTypes>
11+ <org.jenkinsci.plugins.urltrigger.content.SimpleContentType/>
12+ </contentTypes>
13 </org.jenkinsci.plugins.urltrigger.URLTriggerEntry>
14 </entries>
15 <labelRestriction>false</labelRestriction>

Subscribers

People subscribed via source and target branches