1

I am trying to integrate clearcase with Hudson, but auto build is not triggering while merge or checkout.

Created dynamic view "sundaa4_Hudson_Test" and gave the config spec which I used in clearcase

Configuration

When I gave manual build its showing error

Console

Workspace is not creating in path .hudson\jobs\Hudson_Testing_Sijith\workspace

PLease give some input on this

Garen
  • 941
  • 2
  • 9
  • 20
Sijith
  • 3,740
  • 17
  • 61
  • 101
  • I am actually trying to integrate a dynamic view on Base Clearcase with Hudson. My config spec ends with element * /main/LATEST -mkbranch BranchName I tried to make the MVFS drive to M:\ViewName. Still it didn't detect changes on the branch. – Sijith Mar 20 '14 at 11:46

1 Answers1

0

Make sure your config spec ends with a selection rule like:

element * /main/LATEST

Or it won't select much, which would explain why Hudson doesn't create anything (it doesn't detect any change).

A cleartool lsview which returns a line starting with '*' means the dynamic view is already started: no need to repeat multiple cleartool startview.

Make sure your View root does exists: usually, the MVFS drive for dynamic view is M:\, not K:\.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250