官方解釋:
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.
該插件會(huì)從配置的目標(biāo)文件中讀取name(鏈接名字),url(鏈接地址),icon(鏈接的icon,沒有就用默認(rèn)的),這3個(gè)參數(shù)之間用tab分割
使用
1、shell中配置如下,將name,url輸出到AnchorChain.tsv文件中
echo "Cobra-Scan-Result ${result_url}" > AnchorChain.tsv
2、構(gòu)建后操作中增加Anchor Chain,內(nèi)容為上面定義的文件 AnchorChain.tsv
image.png
3、效果,查看完成的構(gòu)建任務(wù)
image.png