Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jenkins Bitbucket Plugin - Triggers the pipeline even when repo is not configured with webhook

satheeshpayoda December 1, 2020

Bitbucket Plugin - Triggers the Jenkins pipeline even when the repo is not configured with webhook. This happening only when we are using two or more different repos in the pipeline.

Consider:

We have two Bitbucket repos A and B one for hosting Codes and another one for hosting Build and Deployment scripts. (Devops related)

  1. Jenkins Pipeline - Configured to use Jenkinsfile from SCM in our case Repo A and Branch develop
  2. Jenkinsfile in turn will clone the Repo B for build and deployments scripts while pipeline is running using checkout step
  3. Repo A is configured with Webhook and Repo B is not configured with Webhook.

Steps to Reproduce:

  1. Commit something in the develop branch of Repo A and its trigger the pipeline as expected. No issue.
  2. Commit Something in the Repo B. No triggers since it was not configured with Webhook and its expected no issue.
  3. Now Commit something in the different branch of Repo A and its trigger the pipeline since there is change in the Repo B. I verified this in the Bitbucket Webhook log.

What we are expecting:

Whenever there is a change in develop branch of Repo A it can trigger the pipeline. But it should not trigger the pipeline for other Branches for Repo A or other Repos itself.

FYI, JIRA Ticket raised in Jenkins too.
https://issues.jenkins.io/browse/JENKINS-64340

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events