将工件从jenkins上传到artifactory时从父路径中删除父目录

时间:2017-07-13 12:09:56

标签: regex jenkins artifactory

我需要将以下文件从jenkins jobs工作区上传到artifactory ..

<div data-component="modal"></div>
[data-component='modal'] {styling goes here}

..但我想从路径中删除PreCompiledWeb,以便最终的神器路径更像

./PreCompiledWeb/SomeWebsite/*.*

而不是

repository/project/component/version/SomeWebsite

有没有办法在jenkins作业中使用正则表达式或tweek来切换当前工作目录? (我正在使用正则表达式,因为我还需要从上传中排除特定文件)

我已经简化了我正在尝试进行演示并制作了一个在regex101中运行的正则表达式,在PreCompiledWeb之后匹配所有内容,但是当我这样做时,神器插件找不到任何工件......

repository/project/component/version/PreCompiledWeb/SomeWebSite

https://regex101.com/r/CjDYxa/1

插件/ artifactory似乎需要一个相对于当前工作目录的路径,所以只有在包含PreCompiledWeb时才有效,而不是只断言基于正则表达式的匹配。

0 个答案:

没有答案