在 Artifactory 中,有没有办法在 属性 为 added/changed 时收到通知?
In Artifactory, is there a way to be notified when property was added/changed?
我正在使用 artifactory pro。我使用 "Generic-Artifactory Integration"
从 jenkins 上传构建
我创建了一个 属性 集,用户可以将其附加到构建中,作为管理员,我希望在有人添加或更改 属性 时收到通知。
我已经在使用 'Watch' 选项 - 但只有当工件本身是 moved/deleted/created/copied
时才会通知
有什么想法吗?
谢谢
这可以通过实施自定义 User Plugin。
具体来说,您需要实施 beforePropertyCreate
and/or beforePropertyDelete
.
您可以找到 "protect property edit" here
的快速示例
我正在使用 artifactory pro。我使用 "Generic-Artifactory Integration"
从 jenkins 上传构建我创建了一个 属性 集,用户可以将其附加到构建中,作为管理员,我希望在有人添加或更改 属性 时收到通知。
我已经在使用 'Watch' 选项 - 但只有当工件本身是 moved/deleted/created/copied
时才会通知有什么想法吗?
谢谢
这可以通过实施自定义 User Plugin。
具体来说,您需要实施 beforePropertyCreate
and/or beforePropertyDelete
.
您可以找到 "protect property edit" here
的快速示例