gpt4 book ai didi

jenkins - Groovy slacksend 函数在 jenkins 管道中不起作用

转载 作者:行者123 更新时间:2023-12-01 19:52:35 33 4
gpt4 key购买 nike

我有一个 groovy slacksend 函数来通知松弛 channel 。

 slackSend(
channel: "#channel-name",
color: "warning",
message: "Could not confirm server started - ${env.BRANCH} (<${env.BUILD_URL}/console|Details> - <${SERVER_URL}|Open>)"


)

但是输出是这样的

 [Pipeline] slackSend
run slackstepsend, step null:false, desc :true
Slack Send Pipeline step configured values from global config - baseUrl:
true, teamDomain: true, token: true, channel: false, color: false

并且没有发送通知。有什么想法吗?

最佳答案

管道输出中的那些值应该使用 jenkinsfile 中的值填充。例如,teamDomain: true应该是 teamDomain: <your_slack_team> .您可以在 Jenkinsfile 的 slacksend 调用中将其中的每一个作为参数传递,就像您传递 channel 、颜色和消息一样。此外,您的 channel 名称不需要 # ,虽然我不知道这是否会导致它失败。

关于jenkins - Groovy slacksend 函数在 jenkins 管道中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50487734/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com