PageRenderTime 61ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/README.md

https://github.com/bmannix/bitbucket-pullrequest-builder-plugin
Markdown | 73 lines | 46 code | 27 blank | 0 comment | 0 complexity | af856841e06d0c184179b6cc172c29b6 MD5 | raw file
  1. Bitbucket Pull Request Builder Plugin
  2. ================================
  3. This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.
  4. Prerequisites
  5. ================================
  6. - Jenkins 1.509.4 or higher.
  7. - https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
  8. Installation
  9. ================================
  10. - Download this plugin from http://doc.densan-labs.net/bitbucket-pullrequest-builder.hpi (Temporary link)
  11. - Go to Jenkins -> Manage Plugins -> Advanced
  12. - Choose File and select .hpi file above and upload
  13. - Ensure you restart Jenkins
  14. Creating a Job
  15. =================================
  16. - Create a new job
  17. - Select Git SCM
  18. - Add Repository URL as bellow
  19. - git@bitbucket.org:${repositoryOwner}/${repositoryName}.git
  20. - In Branch Specifier, type as bellow
  21. - */${sourceBranch}
  22. - Under Build Triggers, check Bitbucket Pull Request Builder
  23. - In Cron, enter crontab for this job.
  24. - ex: * * * * *
  25. - In Bitbucket BasicAuth Username, write your bitbucket username like jenkins@densan-labs.net
  26. - In Bitbucket BasicAuth Password, write your password
  27. - Write RepositoryOwner
  28. - Write RepositoryName
  29. - Save to preserve your changes
  30. Rerun test builds
  31. ====================
  32. If you want to rerun pull request test, write test this please comment to your pull request.
  33. Contributing to Bitbucket Pull Request Builder Plugin
  34. ================================================
  35. - Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  36. - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  37. - Fork the project.
  38. - Start a feature/bugfix branch.
  39. - Commit and push until you are happy with your contribution.
  40. Copyright
  41. =============================
  42. Copyright © 2014 S.nishio.
  43. License
  44. =============================
  45. - BSD License
  46. - See COPYING file