From 53c73aa2d3dd1218b7129f1ee94ebc7924f3ab6c Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 16 Nov 2020 13:05:47 +0000 Subject: [PATCH] eiffel: Fix github http, api urls and credentials Change-Id: I1cce7bc7746875ebea6be7f782b48a7f1ac9d044 --- jjb/eiffel/global-eiffel-container-build-merge.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jjb/eiffel/global-eiffel-container-build-merge.yaml b/jjb/eiffel/global-eiffel-container-build-merge.yaml index 48317577..8f9b79d4 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 -- 2.25.1