X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Feiffel%2Fglobal-eiffel-container-build-merge.yaml;h=8f9b79d466baed330fd3a7d7d41a70864a4a93ae;hb=d643ea7acf4cd3e57ba89f092d39e0874b8b111c;hp=04d46f433a8ba771b59a0b24ba52867f9bfdcc8d;hpb=e2a74cef07236f07a0dbc0507b824a0faf344d7b;p=infra%2Fcicd.git diff --git a/jjb/eiffel/global-eiffel-container-build-merge.yaml b/jjb/eiffel/global-eiffel-container-build-merge.yaml index 04d46f43..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 @@ -108,4 +113,17 @@ builders: - '{project-build-macro}' + publishers: + - postbuildscript: + builders: + - role: SLAVE + build-on: + - SUCCESS + - FAILURE + - ABORTED + - NOT_BUILT + - UNSTABLE + build-steps: + - 'eiffel-global-pr-comment-macro' + # vim: set ts=2 sw=2 expandtab: