Airship modify github url var
[infra/cicd.git] / jjb / airship / job_linter_tests.yml
index 513dc2a0591f1f4c9f84039b1b8a52238379662f..8de63fd7235541805f4bd4fb70b8b0cbdb002652 100644 (file)
     - github-pull-request:
         admin-list:
           - '{ci_github_admin_user}'
-        org-list:
-          - '{ci_github_whitelist_org}'
+        org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
-        auth-id: "{ci_github_jenkins_credentials_id}"
+        auth-id: "{ci_ghprb_auth_id}"
         trigger-phrase: '/lint'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
@@ -80,7 +79,7 @@
     pipeline-scm:
       scm:
       - git:
-          url: https://github.com/{ci_github_repo}.git
+          url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
             - '{branch|master}'