Jenkins

How to integrate a GitHub repository with a Jenkins pipeline

It is a common requirement in any project to fetch the code from source control and run continuous integration and delivery cycle for building, reviewing, testing, packaging and deploying. Jenkins is one of the most popular orchestration tool used for continuous integration and delivery. GitHub is also a popular tool...

Fail to get bootstrap index from server: SonarQube error

You might have come across this error “Fail to get bootstrap index from server” while running SonarQube analysis. For this blog post we will discuss this error as it occurs in Jenkins while executing a job which includes Sonar analysis. You might come across this error in SonarQube in a...

Guide to configure a webhook in SonarQube

Overview Webhooks are configured for sending notification to a web address that an event has occurred. In SonarQube, webhooks are configured to send notification to third party services to notify them of the SonarQube code analysis completion. In this post we will discuss in detail why to configure a webhook...