From 960086e2ac4840ce83a14853423e9e2b4b99b11a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Thu, 14 Nov 2013 15:37:50 +0000 Subject: [PATCH] Use name rather than IP for private jenkins URLs --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index e7d526d..a738d96 100755 --- a/britney.py +++ b/britney.py @@ -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