Skip to content

Instantly share code, notes, and snippets.

@tily
Last active August 29, 2015 14:17
Show Gist options
  • Save tily/4993f54de57c4454ece3 to your computer and use it in GitHub Desktop.
Save tily/4993f54de57c4454ece3 to your computer and use it in GitHub Desktop.
# a-thug としてログイン
Hubot> Hubot jenkins help
(ヘルプが表示される)
Hubot> Hubot jenkins build hoge
(jenkins 上の hoge ジョブが実行される)
Hubot> Hubot jenkins list
(jenkins のジョブ一覧が表示される)
# seeda としてログイン
Hubot> Hubot jenkins help
seeda: Error: you are not allowed to execute that command
Hubot> Hubot jenkins build hoge
(jenkins 上の hoge ジョブが実行される)
Hubot> Hubot jenkins list
(jenkins のジョブ一覧が表示される)
# bes としてログイン
Hubot> Hubot jenkins help
bes: Error: you are not allowed to execute that command
Hubot> Hubot jenkins build hoge
bes: Error: you are not allowed to execute that command
Hubot> Hubot jenkins list
(jenkins のジョブ一覧が表示される)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment