X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_integration_tests_centos.yml;h=2f8918183ddabc31054425cc0ef4514e10426a4f;hb=7a40c76d50eb74886c849b05958fd0f420499688;hp=7a5cab0168ef0a52ad0ce11ea1fc96d60b340d7d;hpb=50eb29ec8d1af2bc1a0f0832d4e90d367a54eb7c;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml b/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml index 7a5cab01..2f891818 100644 --- a/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml +++ b/jjb/airship/job_capi_bm_v1a2_integration_tests_centos.yml @@ -45,6 +45,14 @@ 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: ghprbTargetBranch + default: 'master' + description: 'Target branch of the PR' - string: name: DISTRIBUTION default: 'centos' @@ -81,13 +89,13 @@ trigger-phrase: '/test-v1a2-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 white-list-target-branches: - 'master' - - 'v1alpha2' + - 'release-0.2' status-context: "test-v1a2-centos-integration" success-status: "Passed" failure-status: "Failed" @@ -96,7 +104,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}'