How to integrate SonarQube with Jenkins
Jenkins is a continuous integration tool which used to build and deploy applications. SonarQube is a Java based, open-source static code analysis too ...
How to install SonarQube on Ubuntu
SonarQube is an Open-Source, Java based Code Analysis Tool. It is used to detect bugs, security vulnerabilities, and other code quality issues. It us ...
Deploy Jenkins Agents using EC2 Fleet plugin
Jenkins is a continuous integration tool. It is used to build and deploy applications. Normally, there are number of build projects preconfigured in ...
How to configure Jenkins master and slave
In today's tutorial we will learn how to configure Jenkins master and slave. Jenkins is a continuous integration tool. It is used to build and deploy ...
Run Ansible Playbook from Jenkins by Executing Shell Command
In our previous article, we learned how to Ansible to be configured on Jenkins Master to run Ansible job. In this article, we will learn how to run A ...
Run Ansible Playbook from Jenkins
In our previous articles, we learned how to install Jenkins and Ansible and how to play with them. In this article, We are going to learn how to run ...
How to install Ansible on Ubuntu
In this article, We are going to learn how to install Ansible on Ubuntu. Ansible is a powerful automation and remote management tool that allows you ...
Getting Started with Laravel in CodeLobster IDE
In this article, We are going to learn how to getting started with Laravel in CodeLobster IDE. Codelobster helps you to make a local Laravel installa ...
How to install Jenkins on Ubuntu-20-04
In this article, We are going to learn how to install Jenkins on Ubuntu 20-04. Jenkins is an Open Source Continuous Integration tool that written in ...
Deploy static website to Azure Web App using Github action
In this article, We are going to learn how to deploy a static website to Azure Static Web App using Github Action. Azure Static Web App is a web appl ...