Top "Multibranch-pipeline" questions

Multibranch Pipeline is a Jenkins job configuration type provided by the Pipeline: Multibranch Plugin that detects and builds SCM branches.

Set a SonarQube webhook in Jenkinsfile

I'm trying to create a Jenkins multibranch pipeline where on every push to bitbucket, a SonarQube analysis is performed on …

sonarqube jenkins-pipeline multibranch-pipeline