multibranch-pipeline Questions
7
Solved
Is it possible to Scan a Multibranch Pipeline to detect the branches with a Jenkinsfile, but without the pipeline execution?
My projects have different branches and I don't want that all the childr...
Utterance asked 16/5, 2017 at 14:43
2
Solved
I have a GitHub repository established with a Multibranch Pipeline job in Jenkins, and until now have been content to require the continuous-integration/jenkins/branch status check, as Jenkins post...
Worley asked 12/10, 2017 at 20:51
8
Solved
When using a Jenkins Multibranch Pipeline Job if you choose Suppress Automatic SCM trigger in the job it will stop the job from building after indexing branches (great functionality).
However for...
Delogu asked 14/3, 2019 at 23:11
4
Solved
I am running Multibranch pipeline for my project.
The behaviour of Jenkinsfile should change according to the trigger.
There are two events that triggeres the pipeline 1. Push event 2. Pull Reques...
Kirbykirch asked 18/8, 2017 at 14:3
4
I have a Jenkins Multi branch job that checks out and builds code from GitLab.
Until recently it was working without issue but now some (but not all) branches from the good master fail to build.
Ma...
Dniester asked 9/11, 2019 at 11:8
3
Solved
We have one project configured as multibranch pipeline project with branch filtered master and development. After few hours the master branch is disabled with a strikethrough symbol across its name...
Impudence asked 2/11, 2020 at 12:35
5
Solved
I am trying to create a multibranchPipelineJob in jobDSL, however the Jenkinsfile is at an alternative location to the default.
I have looked through the docs https://jenkinsci.github.io/job-dsl-p...
Lacy asked 16/1, 2018 at 15:23
10
I use Jenkins and Multibranch Pipeline. I have a job for each active git branch.
New build is triggered by push in git repository. What I want is to abort running builds in current branch if new on...
Sharl asked 23/11, 2016 at 9:39
3
We are using Jenkins(v2.235.1) and BitBucket cloud combination. We have BitBucket Team/Project type job which has created multi-branch pipelines. Some of the jobs corresponding to individual branch...
Schweinfurt asked 2/4, 2021 at 16:27
3
On Jenkins, While setting up Multibranch setup with "Github" on Jenkins, I get strange error as
Error validating repository information. Credentials ok.
However same credential works for...
Longueur asked 6/4, 2021 at 6:2
3
Solved
I have certain build logic, such as publication, that I would like to have Jenkins perform only when it is building a Git tag. How can I accomplish this using Jenkin's Declarative Pipeline?
In oth...
Trudytrue asked 21/1, 2018 at 2:50
1
I have a multibranch pipeline.
I have configured Trigger in jenkinsFile properties:
pipelineTriggers([pollSCM('H/2 * * * *')])])
The multibranch pipeline is configured to "scan Multibranch Pipe...
Ilarrold asked 22/8, 2018 at 13:1
5
I'm using Multibranch Pipeline Job in Jenkins.
How do I find the branch name from which the Pull Request is raised in GitHub?
I'm using /github-webhook/ & also tried with /ghprbhook/ and trie...
Monafo asked 12/12, 2017 at 14:24
1
Solved
Jenkins 2.138.1.2-rolling --and-- using MultiBranch Pipeline (to build build from master, branches and Pull Requests etc).
I want to show Jenkins build job's user who initiated the build in build d...
Zoroastrian asked 28/4, 2021 at 16:55
2
Solved
We have a large monorepo with multiple projects (A and B) inside of it. I currently have Jenkins setup as a Multibranch Pipelines project that watches the monorepo for PRs. If a PR is created, Jenk...
Tersanctus asked 5/10, 2019 at 20:21
1
Our Jenkins instance holds a lot of pipelines that their source is in a private git server, so all the paths are ${SERVER_URL}/group/repo.git.
Today, we are using a hard-coded path all over the Jen...
Abeyance asked 24/2, 2021 at 15:28
6
Solved
I'm running Jenkins 2 with the Pipeline plugin. I have setup a Multi-branch Pipeline project where each branch (master, develop, etc.) has a Jenkinsfile in the root. Setting this up was simple. How...
Nosh asked 26/8, 2016 at 14:38
2
Solved
I'm trying to create a Jenkins multibranch pipeline where on every push to bitbucket, a SonarQube analysis is performed on that branch of the project. Jenkins correctly creates the new job for each...
Orchitis asked 29/1, 2019 at 19:53
0
I'm using multibranch pipeline projects in Jenkins.
I let Jenkins index new branches.
I need Jenkins to wait until the indexing of a multibranch pipeline project is complete.
This is my current cod...
Spann asked 8/12, 2020 at 15:9
2
Solved
I've put all my Jenkins logic in a structured pipeline script (aka Jenkinsfile).
If something goes wrong, i m sending mails. For the subject i want to use the displayName of the job and not the jo...
Yarrow asked 26/4, 2017 at 15:51
4
Solved
I currently set up a Jenkins Multibranch Pipeline job that is based on a Git repository hosted on our GitLab server. Jenkins can read the branches in the repository and creates a job for every bran...
Fatuity asked 5/12, 2016 at 16:57
2
I am using a Declarative Jenkinsfile with quiet period:
options {
quietPeriod(180)
// more options
}
Tool versions:
Jenkins - 2.190.3
Pipeline Multibranch Plugin - 2.21
Pipeline Declarativ...
Arevalo asked 18/1, 2020 at 16:57
1
Solved
I'm having a problem with a Jenkins multibranch pipeline, which is parameterized. The parameters are all declared in the Jenkinsfile.
The problem is that these parameters do not exist on the very f...
Contamination asked 27/8, 2020 at 8:44
1
I am working on a project same as this question. Even though I used the same solution still i'am getting below error. Is anything updated in git recently? or anyone have solution to fix it?
16:48:0...
Poul asked 5/8, 2020 at 8:2
2
Solved
I have a Jenkins multibranch item and several branches where the Jenkins pipeline file is.
I also have several common parameters which are actual for every of those branches (like test Groups to ru...
Retread asked 9/2, 2018 at 12:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.