jenkins 存档工件 - 格式是什么? [英] jenkins archive artifacts - what's the format?

查看:27
本文介绍了jenkins 存档工件 - 格式是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我似乎无法弄清楚如何使用基本的存档工件语句.我想要的是归档整个子树,但命名它似乎不起作用.directory/**directory/**/

I can't seem to figure out how to use the basic archive artifacts statement. What I want is to archive an entire subtree but naming it doesn't seem to work. Nor does directory/** nor directory/**/

我已经阅读了 ant 文档,但对我来说没有多大意义.

I've read the ant doc but it doesn't make much sense to me.

如何指定子树?或者……我在哪里可以找到对该领域的任何内容的有意义的描述?

How do I specify a subtree? Or... where can I find a meaningful description of whatever goes in that field?

推荐答案

Directory/**/*.* -> Directory下所有文件递归

Directory/**/*.* -> All the files recursively under Directory

**/*.* -> 工作区中的所有文件

**/*.* -> all the files in the workspace

**/*.xml -> 工作区中的所有 xml 文件.

**/*.xml -> all xml files in your workspace.

Directory/**/*.xml -> Directory下的所有xml文件递归

Directory/**/*.xml -> All the xml files recursively under Directory

这篇关于jenkins 存档工件 - 格式是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆