Top "Multibranch-pipeline" questions

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

Jenkins multibranch pipeline Scan without execution

Is it possible to Scan a Multibranch Pipeline to detect the branches with a Jenkinsfile, but without the pipeline execution? …

jenkins jenkins-pipeline multibranch-pipeline
Execute Jenkins Pipeline step only when building a tag

I have certain build logic, such as publication, that I would like to have Jenkins perform only when it is …

jenkins jenkins-pipeline multibranch-pipeline jenkins-declarative-pipeline
How to disable branch in Multibranch pipeline with Jenkinsfile

I have a Multi branch pipeline project in Jenkins. I want to disable a branch while it is listed in …

jenkins jenkins-pipeline multibranch-pipeline
Should branch indexing for Multibranch Pipeline jobs be triggered automatically by webhooks?

I've set up a number of Multibranch Pipeline jobs in Jenkins (running 2.46.2 LTS, Branch API 2.0.8, GitHub Branch Source 2.0.5, and Pipeline …

jenkins multibranch-pipeline
How to trigger a Jenkins multibranch pipeline when code change is pushed to GitHub

I have a Jenkins job (multibranch pipeline) setup for a GitHub repo. I want to trigger that job automatically whenever …

github jenkins continuous-integration jenkins-pipeline multibranch-pipeline
GitHub Branch name from which the Pull Request is raised

I'm using Multibranch Pipeline Job in Jenkins. How do I find the branch name from which the Pull Request is …

github jenkins jenkins-pipeline pull-request multibranch-pipeline
Is it possible to rename default "Declarative: Checkout SCM" step?

When you use Jenkins multibranch pipeline, the first stage is named by default Declarative: Checkout SCM. Is it possible to …

jenkins jenkins-pipeline multibranch-pipeline
Jenkins JobDSL multibranchPipelineJob change script path

I am trying to create a multibranchPipelineJob in jobDSL, however the Jenkinsfile is at an alternative location to the default. …

jenkins jenkins-pipeline jenkins-job-dsl multibranch-pipeline
Jenkins Multibranch Pipeline Lightweight Checkout

The Jenkins Pipeline plugin has a feature known as "lightweight checkout", where the master only pulls the Jenkinsfile from the …

jenkins jenkins-pipeline multibranch-pipeline
How to set job properties for jobs within a Jenkins multi-branch pipeline project?

Does anyone know the correct method for setting job properties, specifically build triggers, from within a Jenkinsfile? (declarative pipeline script, …

jenkins jenkins-pipeline multibranch-pipeline