Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过在 HipChat 集成中传递的命令触发在云(AZURE)中的詹金斯的构建。
您正在寻找的东西通常被称为ChatOps。有几个工具可以让你做这样的事情,这实际上是一个加入聊天室(“机器人”)并等待命令的程序。
工具列表包括Hubot和StackStorm,然后调用 Jenkins API 来触发作业。StackStorm 的适配器存在于此处。