X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fjob_capi_bm_v1a2_integration_tests_ubuntu.yml;h=db091171ec2218bf86dbde64cd3567aba2c05229;hb=b77cbedc8d58503a198d9af67d1d3df337aea60f;hp=41837d3157d7e305891b63e0f72e5b7f8d6cc6ee;hpb=3df1e132ec53307007f6d95185d838631ff778b2;p=infra%2Fcicd.git diff --git a/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml b/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml index 41837d31..db091171 100644 --- a/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.yml +++ b/jjb/airship/job_capi_bm_v1a2_integration_tests_ubuntu.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: 'ubuntu' @@ -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}' @@ -105,5 +109,5 @@ wipe-workspace: True honor-refspec: True shallow-clone: False - script-path: 'ci/jobs/capi_bm_integration_tests.pipeline' + script-path: "{ci_github_pipeline}" lightweight-checkout: False