X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_linter_tests.yml;h=b3259430398928cc0e461f1f6458c9d76b9922cb;hb=d643ea7acf4cd3e57ba89f092d39e0874b8b111c;hp=513dc2a0591f1f4c9f84039b1b8a52238379662f;hpb=c101a1360b773fca9a59be74b690eeaf811b23a4;p=infra%2Fcicd.git diff --git a/jjb/airship/job_linter_tests.yml b/jjb/airship/job_linter_tests.yml index 513dc2a0..b3259430 100644 --- a/jjb/airship/job_linter_tests.yml +++ b/jjb/airship/job_linter_tests.yml @@ -59,14 +59,13 @@ - 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 - github-hooks: False + github-hooks: True permit-all: False auto-close-on-fail: False allow-whitelist-orgs-as-admins: 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}'