Jenkins ClearCase UCM插件在重定基址时失败

Jenkins ClearCase UCM插件在重定基址时失败,jenkins,rebase,clearcase-ucm,Jenkins,Rebase,Clearcase Ucm,我正在尝试使用Jenkins ClearCase UCM插件版本1.7.1运行ClearCase构建 构建在安装了ClearCase客户端的Windows Jenkins从机上运行,从机的Jenkins服务可以访问ClearCase 下面是我在ClearCase插件中填写的配置 Stream - DevStream@\PVOB_TEST1 ( A Dev child Stream under an Integration Stream ) Load Modules - Modifiable P

我正在尝试使用Jenkins ClearCase UCM插件版本1.7.1运行ClearCase构建
构建在安装了ClearCase客户端的Windows Jenkins从机上运行,从机的Jenkins服务可以访问ClearCase

下面是我在ClearCase插件中填写的配置

Stream - DevStream@\PVOB_TEST1  ( A Dev child Stream under an Integration Stream )
Load Modules - Modifiable
Polling - Poll Self
Promotion Level - Any
Component - TEST@\PVOB_TEST1
Use Newest Baseline - Tick Marked
当我在我的视图中签入在DevStream上创建的内容并在DevStream上创建基线时,轮询会选择更改并启动构建,但它失败,错误如下:

[CCUCM] Getting snapshotview
[CCUCM] Rebasing development stream (DevViewName) against parent stream (DevStream) Failed
hudson.remoting.ProxyException: net.praqma.util.execute.AbnormalProcessTerminationException: cleartool: Error: Can't rebase to baseline "Baseline1"
of component "TEST_SRC" because it was created in this stream.
cleartool: Error: Unable to rebase stream "DevStream".
Command: cleartool rebase -complete  -force -view DevViewName -baseline Baseline1@\PVOB_TEST1**
我不知道为什么会出现这个错误,我在我的DevStream视图中签入了一些东西,然后在DevStream上创建了基线,但是由于上面的错误,它失败了

我是ClearCase的新手,也许我遗漏了什么,任何帮助都将被高度赞赏

无法重新设置组件“TEST_SRC”的基线“Baseline1”,因为它是在此流中创建的

确实,您不能使用在同一个流上创建的基线来重新设置流的基础


尝试并确保您的构建是使用Dev的子流完成的,在这个子流中,您可以重新设置最初在Dev上创建的任何基线的基础,然后由构建在所述子流上使用这些基线。

谢谢,这很有帮助,我们能够移动ahead@bhardwajme伟大的别忘了读书