带有ClearCase的Jenkins Composite基准 [英] Jenkins Composite baseline with ClearCase

查看:180
本文介绍了带有ClearCase的Jenkins Composite基准的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用詹金斯的"ClearCase UCM Make基线合成"插件 似乎它检查了另一台机器上的动态视图(而不是构建机器上的相关视图)-有人知道为什么吗?詹金斯从何处获得这一价值?

I'm using the jenkins "ClearCase UCM Make baseline composite" plugin and it seems that it checks a dynamic view on different machine (not the relevant one, on the build machine) - Does someone know why? Where does jenkins take this values from?

另一个问题:常规的"ClearCase UCM基准"插件不会创建复合基准.但是我读到它应该能够做到,我可以通过该插件指定根组件吗?

Another Q : The regular "ClearCase UCM baseline" plugin won't create a composite baseline.. But I read it should be able to do that, can I specify the root component through this plugin somehow?

Thx

推荐答案

源可在GitHub上获得 )仅适用于快照(不是动态视图):

该插件将在作业工作区根目录中名为"view"的文件夹中自动创建快照视图.
与动态视图相反,快照视图可以位于任何位置,我们可以利用它们将其放置在作业的工作空间内.
动态视图只能位于mvfs所在的位置,而不能位于工作空间内.

The plugin will automatically create a snapshot view in a folder named 'view' in the root of the job's workspace.
Snapshot views can - as opposed to dynamic views - be located anywhere, which we exploit to place it inside the job's workspace.
Dynamic Views can only reside on the location where your mvfs is located and that is not inside the workspace.

如果流中包含复合成分并且复合,则自动创建 复合基线 已经在所述流上定义了依赖项(使用该组件作为根组件).
在该流上设置基线应该触发复合基线的创建,而无需指定根复合成分.

A composite baseline is automatically created if the stream has a composite component, and composite dependencies have been defined (using that component as the root one) on said stream.
Setting a baseline on that stream should trigger the creation of a composite baseline, without you having to specify the root composite component.

这篇关于带有ClearCase的Jenkins Composite基准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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