【发布时间】:2013-07-12 19:42:41
【问题描述】:
如何在 Jenkins 中使用 Perforce Changelist 编号向提交中断的更改发送电子邮件?
基本上我有可用的 CL,但我不知道如何根据该 CL 获取提交者名称和其他 Perforce 元数据信息,然后发送电子邮件。
【问题讨论】:
-
你试过什么?您是否尝试过“p4 change -o CL”或“p4 describe -s CL”?这些都应该为您提供提交者名称和其他 Perforce 元数据。
标签: jenkins continuous-integration perforce