From d57c0bbeb868714905469c59f98fba091fdee2e7 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 31 Oct 2014 08:35:03 +0100 Subject: [PATCH] autopkgtest: Update public Jenkins URL to not depend on /view/ to be created --- britney.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/britney.py b/britney.py index 9a2126e..05ffc04 100755 --- a/britney.py +++ b/britney.py @@ -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())