user3598437
user3598437

Reputation: 21

Which Clearcase plugin to use for Jenkins?

I have Clearcase Remote Client and Jenkins set up on my Windows machine. I am not sure which Clearcase plugin to use for connecting my CCRC with Jenkins. Is it the Clearcase plugin or Clearcase UCM plugin?

Upvotes: 2

Views: 317

Answers (1)

VonC
VonC

Reputation: 1323773

The Jenkins ClearCase plugin does mention:

This plugin doesn't support CCRC (Clearcase Remote Client), and probably never will, given the large differences of implementation between this client and the full client.

The Jenkins ClearCase UCM plugin uses cleartool as well, and is not compatible with CCRC.

That means on the slaves executing ClearCase tasks, you need a full ClearCase installation, not a CCRC client.

Upvotes: 1

Related Questions