From: Fatih Degirmenci Date: Mon, 16 Nov 2020 13:05:47 +0000 (+0000) Subject: eiffel: Fix github http, api urls and credentials X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=53c73aa2d3dd1218b7129f1ee94ebc7924f3ab6c;p=infra%2Fcicd.git eiffel: Fix github http, api urls and credentials Change-Id: I1cce7bc7746875ebea6be7f782b48a7f1ac9d044 --- diff --git a/jjb/eiffel/global-eiffel-container-build-merge.yaml b/jjb/eiffel/global-eiffel-container-build-merge.yaml index 483175775..8f9b79d46 100644 --- a/jjb/eiffel/global-eiffel-container-build-merge.yaml +++ b/jjb/eiffel/global-eiffel-container-build-merge.yaml @@ -38,9 +38,13 @@ project: '{project}' branch: '{branch}' - string: - name: GIT_BASE_HTTPS + name: GITHUB_BASE_URL default: https://github.com/eiffel-community description: HTTPS URL of Project Repo on GitHub to clone repo. + - string: + name: GITHUB_API_URL + default: https://api.github.com/repos/eiffel-community + description: API URL of Project Repo on GitHub to clone repo. - string: name: IMAGE_DOCKERFILE default: '{image-dockerfile}' @@ -101,6 +105,7 @@ - build-timeout: timeout: 10 - nordixinfra-harbor-creds-wrapper + - nordixinfra-eiffel-github-token - mask-passwords - openstack: single-use: true