I need to trigger build in jenkins which is in cloud (AZURE) by a command passed in HipChat Integration.
Asked
Active
Viewed 1,026 times
3
-
1Welcome to StackOverflow. What have you tried so far? – StephenKing Oct 18 '16 at 15:15
1 Answers
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