This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      I want to trigger build if someone commit in Bitbuket's specific branch. Current...
      I want to trigger build if someone commit in Bitbuket's specific branch. Currently we can mention which branch to build but on setting remote triggers it trigger build on code commit in any branch not only in given branch.
      I set Jenkins hook as well as post receive hook which triggers build remotely but by giving branch name it give error that no git repo or branch is set.

      http://server/jenkins/git/notifyCommit?url=git@bitbucket.org:myrepogit[&branches=dev]
      Gives Response:
      No git jobs using repository: git@bitbucket.org:myrepo,git[ and branches: dev]
      No Git consumers using SCM API plugin for: git@bitbucket.org:myrepo.git[

      http://jenkins/git/notifyCommit?url=https://bitbucket.org/myrepo
      works fine and triggers build but as soon as I mention branch in url like:
      http://server/jenkins/git/notifyCommit?url=git@bitbucket.org:myrepogit[&branches=dev] 

      No git jobs using repository: git@bitbucket.org:myrepo,git[ and branches: dev]
      No Git consumers using SCM API plugin for: git@bitbucket.org:myrepo.git[

            Assignee:
            Unassigned
            Reporter:
            Faisal Rabbani
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: