在Groovy中为Jenkins预发送脚本

在Groovy中为Jenkins预发送脚本,第1张

在Groovy中为Jenkins预发送脚本

使用Build.getCauses()方法。它将返回生成原因的列表。循环遍历并检查其中是否有hudson.model.Cause.UpstreamCause对象

要获取构建对象,请使用以下代码片段:

def thr = Thread.currentThread()def build = thr?.executable

仅供参考,这是完整Jenkins Module API的链接。



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4901095.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-12
下一篇 2022-11-12

发表评论

登录后才能评论

评论列表(0条)

保存