eclipse-cdt-cloud / cdt-cloud-blueprint

CDT Cloud Blueprint is a template for building custom web-based C/C++ tools. It is made up of existing open source components and can be easily downloaded and installed on all major operating system platforms.
MIT License
22 stars 11 forks source link

Make sure to use authenticated Github calls during Jenkins build #69

Closed jfaltermeier closed 9 months ago

jfaltermeier commented 9 months ago

What it does

Adds the GITHUB_TOKEN env variable in the jenkins build so that downloads from Github are performed authenticated. Rate limits for authenticated calls are higher.

Contributed on behalf of STMicroelectronics

How to test

Can only be tested during the release build on Jenkins. Build should not run into rate limits any more.

sdirix commented 9 months ago

Thank you @jfaltermeier !