X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_linter_tests.yml;h=b3259430398928cc0e461f1f6458c9d76b9922cb;hb=9f7ee00a1242b3782e48feab49d9abd69282dd63;hp=8776b343cc3470e6c8e45334d5c560ff8511726a;hpb=e0eef2d3417a1fd3123aac619eef49a64ae6826a;p=infra%2Fcicd.git diff --git a/jjb/airship/job_linter_tests.yml b/jjb/airship/job_linter_tests.yml index 8776b343..b3259430 100644 --- a/jjb/airship/job_linter_tests.yml +++ b/jjb/airship/job_linter_tests.yml @@ -59,17 +59,16 @@ - 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: False + allow-whitelist-orgs-as-admins: True white-list-target-branches: - master status-context: "linter-tests" @@ -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}'