-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Major
-
Component/s: clearcase-plugin
-
None
-
Environment:Suse Linux
You need to tell Jenkins where to create the snapshot view, this is done by extra 'path' args to mkview
You need to tell Jenkins where the view will be created, this is done by 'custom workspace'
Problems:
1. Jenkins (CC Plugin) changes into the workspace dir to do the CC commands, and it can't delete the old dir (which is the current dir) to remove and recreate the snapshot
2. Use update should make Jenkins not attempt to tear down a view that exists, but it doesn't seem to
3. When Jenkins attempts to set the config spec for the snapshot, it needs to be in the dir where you specified in the mkview extra args, but Jenkins doesn't know this, so the config spec setting fails.
If it wasn't for 2, we could create the view by hand and just reuse it.......