
1/22/2020 · William Arias
What this post added
This post details a specific use case for GitLab APIs and CI/CD to automate bulk project building tests across multiple repositories within a group. It outlines how to use the Issues API to create issues for failed builds, collect these issues using the Groups API, and report them to a project Wiki using the Wikis API. The technical details include example cURL commands for each API interaction, explanations of parameters, and the authentication methods required.