mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-09 18:21:09 +00:00
Use name rather than IP for private jenkins URLs
This commit is contained in:
parent
d50199e768
commit
960086e2ac
@ -1740,7 +1740,7 @@ class Britney(object):
|
||||
"https://jenkins.qa.ubuntu.com/view/%s/view/AutoPkgTest/job" %
|
||||
self.options.adt_series.title())
|
||||
jenkins_private = (
|
||||
"http://10.98.0.1:8080/view/%s/view/AutoPkgTest/job" %
|
||||
"http://d-jenkins.ubuntu-ci:8080/view/%s/view/AutoPkgTest/job" %
|
||||
self.options.adt_series.title())
|
||||
for e in autopkgtest_excuses:
|
||||
adtpass = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user