News

This CICD pipeline allows deployment to both Apigee Edge and Apigee X/hybrid. A variable (API_VERSION) in gitlab-ci.yaml file defines the deployment target. The folder ./apiproxy includes a simple API ...
This is a simple tool to visualize the Gitlab CI/CD pipelines. In Gitlab you can't see the whole pipelines at once, you have to click on each project to see the details.
GitLab has released critical updates to address multiple vulnerabilities, the most severe of them (CVE-2024-6678) allowing an attacker to trigger pipelines as arbitrary users under certain conditions.
GitLab has released security updates to address multiple flaws in Community Edition (CE) and Enterprise Edition (EE), including a critical arbitrary branch pipeline execution flaw. The ...
Recently I was asked to set up a CI-Pipeline ... The CI process in GitLab CI is defined within a file in the code repository itself using a YAML configuration syntax. The work is then dispatched to ...
What is GitLab ... multiple software developers. This can be done via a web interface or desktop client. The web interface is functional, and the desktop client is very clean and easy to learn.
If the project in question is Apache Maven based, it’s hosted in a Git based repo like GitHub or GitLab, and the IDE of choice is Eclipse, then the process is actually a fairly simple one ...