~allanlesage/jenkins-launchpad-plugin/force-source-in-upload

Viewing all changes in revision 91.

  • Committer: Tarmac
  • Author(s): Martin Mrazik
  • Date: 2013-03-13 12:46:06 UTC
  • mfrom: (89.2.6 deb-links)
  • Revision ID: tarmac-20130313124606-2iiddi98jnzismf6
Look for any artifacts in work/output (the directory where pbuilderjenkins stores the resulting *deb files) and if there are any provide a link to a zip file with the full directory. 
This is how the final message will look like (the links from this example should work):
------------snip-------------
http://s-jenkins:8080/job/unity-phablet-ci/1/
Executed test runs:
    SUCCESS: http://s-jenkins:8080/job/unity-phablet-quantal-armhf-ci/1/console
        deb: http://s-jenkins:8080/job/unity-phablet-quantal-armhf-ci/1/artifact/work/output/*zip*/output.zip
    SUCCESS: http://s-jenkins:8080/job/unity-phablet-quantal-i386-ci/1/console

Click here to trigger a rebuild:
http://s-jenkins:8080/job/unity-phablet-ci/1/rebuild
------------snip-------------

I also fixed the weird URLs with double slashes by introducing normalize_url (it actually fixes only our specific problem; it turns out that normalizing URLs in python is not very easy). Fixes: https://bugs.launchpad.net/bugs/1154201.

Approved by PS Jenkins bot, Michael Zanetti.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: