mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-15 04:21:30 +00:00
autopkgtest: Update public Jenkins URL to not depend on /view/<Release> to be created
This commit is contained in:
parent
9dec8a1daf
commit
d57c0bbeb8
@ -1778,9 +1778,7 @@ class Britney(object):
|
|||||||
if not self.options.dry_run:
|
if not self.options.dry_run:
|
||||||
autopkgtest.submit()
|
autopkgtest.submit()
|
||||||
autopkgtest.collect()
|
autopkgtest.collect()
|
||||||
jenkins_public = (
|
jenkins_public = "https://jenkins.qa.ubuntu.com/job"
|
||||||
"https://jenkins.qa.ubuntu.com/view/%s/view/AutoPkgTest/job" %
|
|
||||||
self.options.series.title())
|
|
||||||
jenkins_private = (
|
jenkins_private = (
|
||||||
"http://d-jenkins.ubuntu-ci:8080/view/%s/view/AutoPkgTest/job" %
|
"http://d-jenkins.ubuntu-ci:8080/view/%s/view/AutoPkgTest/job" %
|
||||||
self.options.series.title())
|
self.options.series.title())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user