← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~alexsander-souza/maas-ci/+git/maas-ci-internal:use_proxy into ~maas-committers/maas-ci/+git/maas-ci-internal:main

 

Alexsander de Souza has proposed merging ~alexsander-souza/maas-ci/+git/maas-ci-internal:use_proxy into ~maas-committers/maas-ci/+git/maas-ci-internal:main.

Commit message:
keep proxy settings
    
we added 'ps5.canonical.com' to no_proxy in the jenkins node

Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~alexsander-souza/maas-ci/+git/maas-ci-internal/+merge/443826
-- 
Your team MAAS Committers is requested to review the proposed merge of ~alexsander-souza/maas-ci/+git/maas-ci-internal:use_proxy into ~maas-committers/maas-ci/+git/maas-ci-internal:main.
diff --git a/jobs/update-kpis.groovy b/jobs/update-kpis.groovy
index 0dce963..76453a3 100644
--- a/jobs/update-kpis.groovy
+++ b/jobs/update-kpis.groovy
@@ -47,7 +47,7 @@ pipeline {
                     file(credentialsId: 'github-api-token', variable: 'GITHUB_API_TOKEN'),
                 ]) {
                     script {
-                        sh "https_proxy= make metrics"
+                        sh "make metrics"
                     }
                 }
             }

Follow ups