autopkgtest: Update public Jenkins URL to not depend on /view/<Release> to be created

This commit is contained in:
Martin Pitt 2014-10-31 08:35:03 +01:00
parent 9dec8a1daf
commit d57c0bbeb8

View File

@ -1778,9 +1778,7 @@ class Britney(object):
if not self.options.dry_run:
autopkgtest.submit()
autopkgtest.collect()
jenkins_public = (
"https://jenkins.qa.ubuntu.com/view/%s/view/AutoPkgTest/job" %
self.options.series.title())
jenkins_public = "https://jenkins.qa.ubuntu.com/job"
jenkins_private = (
"http://d-jenkins.ubuntu-ci:8080/view/%s/view/AutoPkgTest/job" %
self.options.series.title())