X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_integration_tests_centos.yml;h=72fdd937dcdbfd1f9eb9589ba2ca7b255ea67589;hb=37e9bd86c18762f2cc2e94e403a28589e9fae2b4;hp=b0cab355f386f39e8174abdcd05158c9cf51ed20;hpb=3116ba56b47853ec94dabf0b6d5e745e4aec9163;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_integration_tests_centos.yml b/jjb/airship/job_capi_bm_integration_tests_centos.yml index b0cab355..72fdd937 100644 --- a/jjb/airship/job_capi_bm_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_integration_tests_centos.yml @@ -45,6 +45,10 @@ name: ghprbActualCommit default: 'master' description: 'CI Repo branch for triggering manual build' + - string: + name: ghprbAuthorRepoGitUrl + default: 'https://github.com/{repo[org]}/{repo[name]}.git' + description: 'CI Repo URL for triggering manual build' - string: name: DISTRIBUTION default: 'centos' @@ -81,7 +85,7 @@ trigger-phrase: '/test-centos-integration' 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 @@ -96,7 +100,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}'