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
How to schedules jobs with specific parameters in a Jenkins multibranch pipeline

We were having 2 FreeStyle projects on Jenkins: One to generate builds(daily builds+manual builds), one other to execute tests. …

jenkins jenkins-pipeline multibranch-pipeline