commit | 2f684f0499675da0ab7a8d30c1f7a8692f0de453 | [log] [tgz] |
---|---|---|
author | maelk <mael.kimmerlin@est.tech> | Mon Jan 20 12:22:14 2020 +0200 |
committer | maelk <mael.kimmerlin@est.tech> | Mon Jan 20 13:46:47 2020 +0200 |
tree | 647de621de1379296d21f355c8db0800422fe770 | |
parent | 50eb29ec8d1af2bc1a0f0832d4e90d367a54eb7c [diff] [blame] |
Airship modify github url var Allows to pass the whole repo url for verifications and specify the credentials to use in Github. Change-Id: I1eed3a63496bd712a749305709f712875e1a9f55
diff --git a/jjb/airship/job_openstack_image_building.yml b/jjb/airship/job_openstack_image_building.yml index bc66f99..6261f51 100644 --- a/jjb/airship/job_openstack_image_building.yml +++ b/jjb/airship/job_openstack_image_building.yml
@@ -46,7 +46,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: - 'master'