How to trigger build in jenkins through command in HipChat

1k Views Asked by At

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

1

There are 1 best solutions below

0
On

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.