0

我正在将 slack-interactive 按钮与 jenkins-generic-webhook-plugin 集成,通过在 slack 的交互式响应 url 中添加 jenkins webhook url 来触发按钮操作上的 jenkins 作业。问题是 jenkins-generic-webhook-plugin 没有解析 slack 发送的 requestBody。jenkins-generic-webhook-plugin 仅当调用 api 的 content-Type 为 application/json 时才支持有效负载请求正文,但 slack 发送 content-type 为 application/x-www-form-urlencoded 的有效负载。

有没有一种方法可以让 jenkins-generic-webhook-plugin 使用 content-type 作为 application/x-www-form-urlencoded 或 slack 交互式消息响应有效负载将使用 content-Type 作为 application/json 发送,

4

0 回答 0