Airship modify github url var
[infra/cicd.git] / jjb / airship / job_capi_bm_v1a2_integration_tests_ubuntu.yml
index 2b7686759f00c3964f6c28c640c3b71dcfc68126..db091171ec2218bf86dbde64cd3567aba2c05229 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: 'ubuntu'
     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}'