0

I am looking to trigger Jenkins's job from the Microsoft team's channel. Can anyone provide step by step implementation of this?

QualityMatters
  • 895
  • 11
  • 31

1 Answers1

0

There are two nice options you can use:

  • Outgoing Webhook - Will scan for words in the chats and send a notification to your Jenkins server.
  • Commander - Second and more customizable option is using the Commander add on for teams, which in addition to builtin commands provides the ability to Create your own Custom Commands.

With both options you will be able to tigger Jenkins jobs via the Remote Access API, see the This Question for additional info on remote execution.

Noam Helmer
  • 5,310
  • 1
  • 9
  • 29
  • @QualityMatters - Does the help provided by Noam resolves your issue? – Sridevi-MSFT Jun 29 '21 at 10:49
  • Nope. This information is already in multiple places, and before posting questions here, I have visited all these links. What I am looking for implementation, Not just references. – QualityMatters Jul 03 '21 at 03:28
  • Solution provided by @Noam Helmer should work. Could you please share more details on things you have tried and specific issues? – Wajeed Shaikh Jul 11 '21 at 18:50