Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Jenkins and GitHub

Jenkins and GitHub

2013/06/18 第6回テックヒルズ

More Decks by Hiroki HIROCASTER OHTSUKA

Other Decks in Programming

Transcript

  1. (JUIVCQVMMSFRVFTUCVJMEFSQMVHJO • This plugin builds pull requests in github and

    report results. • https://wiki.jenkins-ci.org/display/JENKINS/ Github+pull+request+builder+plugin • Support GitHub Enterprise • Easy Install from Plugin Manager 13೥6݄18೔Ր༵೔
  2. Update “Ruby Gems” Pull Request $ export GITHUB_USER=bot-username $ export

    GITHUB_PASSWORD=xxxxx $ git checkout -b \ bundle-update-$BUILD_ID $ bundle update $ git add Gemfile.lock $ git commit -m \ “Update gems $BUILD_ID” $ git push -u \ origin bundle-update-$BUILD_ID $ hub pull-request \ "bundle update $BUILD_ID" 13೥6݄18೔Ր༵೔
  3. HJU IVCHJUIVC Hub command https://github.com/defunkt/hub - wraps git in order

    to extend it with extra features Install Example $ brew install hub 13೥6݄18೔Ր༵೔