Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-64340

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

XMLWordPrintable

      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.

       

        1. bitbucketpush.log
          1 kB
        2. jenkins.log
          25 kB
        3. push.log
          12 kB

            tzach_solomon Tzach Solomon
            satheeshpayoda SatheeshP
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: