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
Pass Artifact or String to upstream job in Jenkins Pipeline

Goal I'm trying to orchestrate a dependency chain using the GitHub organization plugin along with the jenkins pipeline. As the …

jenkins-pipeline jenkinsfile github-organizations upstream-branch multibranch-pipeline
How to only build one directory in a Jenkins multi-branch pipeline job?

I have a github repo called multibranch-test with two sub-directories Project1, Project2. PS C:\Repos\multibranch-test> tree . Folder PATH …

jenkins multibranch-pipeline