Here in this article we will try to setup different environment to deploy the application using the gitlab environment feature. Test Environment fedres.stack.com - gitlab v16.9.2-eek8master.stack.com - master node -…
Here in this article we will try to setup different environment to deploy the application using the gitlab environment feature. Test Environment fedres.stack.com - gitlab v16.9.2-eek8master.stack.com - master node -…
Here in this article we will try to configure a Gitlab CICD agent configuration file such a way that the agent can be shared with other gitlab projects and used…
Gitlab can be used to manage infrastructure as code. Its integration with Kubernetes helps to install, configure, manage, deploy, and troubleshoot cluster applications.Gitlab can be connected to the Kubernetes cluster…
Here in this article we will try to compile and build a package for maven project and push the artifacts to gitlab package registry. Test Environment Fedora 39 servergitlab-ee 16.9.2…
Here in this article we will be using a sample java spring boot based application and update the project with OWASP dependency-check-gradle plugin which will help us in scanning all…
Here in this article we will try to install and configure GitLab EE server using ansible on a Fedora OS. We will also to try to update the default password…
Here in this article we will try to setup Oauth2.0 based authorization system using a SonarQube server which acts as a client application and GitLab server which acts as a…
Here in this article we will setup a SonarQube server using Vagrant and Ansible. We will be using a docker-compose to launch the SonarQube service. Once the SonarQube service is…
Here in this article we will try to see how we can encrypt a secret API key and token using GitHub secrets. We will further use these encrypted secrets to…
Here in this article we will try to cache the Python package dependencies using the GitHub cache actions and see how we can save and restore a cache using a…