Jenkins

How we integrated Chef with Jenkins and Nexus for continuous deployment

How we integrated Chef with Jenkins and Nexus for continuous deployment

Chef is a a configuration management tool that uses Ruby, domain-specific language (DSL) for writing system configuration recipes. Chef is used to configure and maintain on-premise servers and can integrate with cloud-based platforms to automatically provision and configure new machines. Problem Statement We need to fetch an artifact from an artifact repository and deploy...

How to handle inprogress status for SonarQube Quality gate

Overview Let us start right away with the scenario. You have setup a CI CD pipeline with Jenkins and SonarQube for code analysis and quality gate. You noticed that it works well for sometime, then suddenly, in one of the successive builds, the pipeline starts getting stuck in the quality...