← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] qa-jenkins-jobs:fix-britney-check into qa-jenkins-jobs:master

 

Tim Andersson has proposed merging qa-jenkins-jobs:fix-britney-check into qa-jenkins-jobs:master.

Requested reviews:
  Canonical Platform QA Team (canonical-platform-qa)

For more details, see:
https://code.launchpad.net/~canonical-platform-qa/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/489111

Fix the britney check, this default url caused the whole job to fail.
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of qa-jenkins-jobs:fix-britney-check into qa-jenkins-jobs:master.
diff --git a/jobs/archive/jobs.yaml b/jobs/archive/jobs.yaml
index c49e5fd..c93d598 100644
--- a/jobs/archive/jobs.yaml
+++ b/jobs/archive/jobs.yaml
@@ -28,7 +28,7 @@
     parameters:
       - string:
           name: QA_JENKINS_JOBS_BRANCH
-          default: lp:qa-jenkins-jobs
+          default: https://git.launchpad.net/qa-jenkins-jobs
           description: "Launchpad branch of qa-jenkins-jobs from which to pick the scripts from."
     triggers:
         - timed: '@hourly'

Follow ups