Airship modify github url var
[infra/cicd.git] / jjb / airship / job_capi_bm_v1a2_integration_tests_centos.yml
index 7a5cab0168ef0a52ad0ce11ea1fc96d60b340d7d..abcd6df3c9452250aea0f584c98d6934750df41f 100644 (file)
         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'
     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}'