存档工件

时间:2015-05-20 09:30:33

标签: jenkins continuous-integration

"存档工件" Jenkins post构建操作正在运行5分钟:

21:58:26 WARN: No artifacts found that match the file pattern "direct/path/to/non-existing.artifact". Configuration error?
22:03:55 WARN: ?direct/path/to/non-existing.artifact? doesn?t match anything: ?direct? exists but not ?direct/path/to/non-existing.artifact?

这不是配置错误,我只想在没有产生工件的情况下跳过工件存档。有没有办法做到这一点? 对这种现象有一些已知的解释吗?我假设Jenkins试图在工作区中搜索类似于模式的东西,因为工作空间很大,根据算法,理论上搜索可能需要5分钟。

1 个答案:

答案 0 :(得分:0)

您可以使用 Flexible Publish 插件来设置构建后条件。将其配置为执行"存档工件"只有当构建成功或者你的条件恰好是