3

I need to trigger build in jenkins which is in cloud (AZURE) by a command passed in HipChat Integration.

StephenKing
  • 36,187
  • 11
  • 83
  • 112
Nish
  • 41
  • 1
  • 3

1 Answers1

4

The thing that you are looking for is often referred to as ChatOps. There are couple of tools that allow you to do such thing, which is effectively a program joining the chat room (the "bot") and waiting for commands.

The list of tools includes Hubot and StackStorm, which then call Jenkins API to trigger the job. An adapter for StackStorm exists here.

StephenKing
  • 36,187
  • 11
  • 83
  • 112