AnchorChain plugin插件

官方解释:

This plugin allows you to add some links from a text file to the sidebar at every build.

The data are obtained from a user selected file in a working directory. The structure of the file is as follows:
each line in file describes one link to be added to the sidebar
each line must contain three fields divided by tabs: name, url, icon. One can omit icon field to use default.
AnchorChain complains to console log for any issues.

该插件会从配置的目标文件中读取name(链接名字),url(链接地址),icon(链接的icon,没有就用默认的),这3个参数之间用tab分割

使用

1、shell中配置如下,将name,url输出到AnchorChain.tsv文件中
echo "Cobra-Scan-Result ${result_url}" > AnchorChain.tsv
2、构建后操作中增加Anchor Chain,内容为上面定义的文件 AnchorChain.tsv
image.png
3、效果,查看完成的构建任务
image.png

你可能感兴趣的:(AnchorChain plugin插件)