我想在松弛通知中显示哪个构建步骤(s?)失败。 我在这里找不到任何参考http://plugins.drone.io/drone-plugins/drone-slack/
答案 0 :(得分:0)
也许您可以尝试在失败条件
上使用 子句时 notify:
slack:
channel: foo
when:
success: false
failure: true
change: true
这是关于无人机通知的完整参考和示例 drone notify