-
Bug
-
Resolution: Unresolved
-
Major
-
None
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[
Have you tried using the "branches to build" field to limit the branches which can be built by the job?
Can you upload the config.xml file for that job so that the precise definition of the job is available?