Top "Multibranch-pipeline" questions

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

How to set and reference a variable in a Jenkinsfile

I have a declarative pipeline script for my multibranch project in which I would like to read a text file …

jenkins groovy jenkins-plugins jenkins-pipeline multibranch-pipeline
Can I check if Environment variable exist or not in Jenkinsfile

I am running Multibranch pipeline for my project. The behaviour of Jenkinsfile should change according to the trigger. There are …

jenkins groovy jenkins-pipeline multibranch-pipeline
How to trigger Multibranch Pipeline build with github webhook

In freestyle job there is an option named "GitHub hook trigger for GITScm polling" on stage Build Trigger. screen capture …

jenkins jenkins-pipeline multibranch-pipeline
How to use jenkins environment variable in Jenkinsfile if statement

I am trying to use an if statement in my Jenkinsfile for multi branch pipeline project. For the sake of …

jenkins groovy jenkins-pipeline multibranch-pipeline
Jenkins - abort running build if new one is started

I use Jenkins and Multibranch Pipeline. I have a job for each active git branch. New build is triggered by …

git jenkins groovy multibranch-pipeline
Jenkins Multibranch Config: How to Filter branches based on variable string?

We have Jenkins set up with 7 multibranch pipeline projects, each building off the same git repo, but for different target …

jenkins jenkins-pipeline multibranch-pipeline
How to trigger Jenkins Multi-Branch Pipeline with Gitlab Webhook

I currently set up a Jenkins Multi-Branch Pipeline job that is based on a Git repository hosted on our Gitlab …

git jenkins gitlab jenkins-pipeline multibranch-pipeline
How to remotely trigger Jenkins multibranch pipeline project build?

Title mostly says it. How can you trigger a Jenkins multibranch pipeline project build from a remote git repository? The "…

git jenkins githooks multibranch-pipeline
Jenkins multibranch pipeline won't prune deleted branches

We're currently having some trouble with the bitbucket branch source plugin used to handle a multibranch test job in one …

jenkins jenkins-pipeline multibranch-pipeline