lysergic-acid
lysergic-acid

Reputation: 20050

Getting TeamCity to work with ClearCase

I'm trying to set up TeamCity (latest version -- 6.0.3) to play nicely with a ClearCase view.

I've found several resources online, some on this site, but mostly outdated.

I am not sure whether configuring TeamCity with ClearCase is possible.

Few questions i have:

  1. Should I be using a Dynamic View or Snapshot view?
  2. Any special configurations needed to be done?
  3. Is there any tutorial on how to set this up?

All my efforts so far have not succeeded, receiving all sorts of errors...

Please help me in setting this up.

BTW: if there is another FREE alternative for TeamCity that will integrate well with ClearCase, it is also a valid option.

Upvotes: 3

Views: 466

Answers (1)

VonC
VonC

Reputation: 1328282

The only setup I saw working with ClearCase and TeamCity is by using the TCC (TeamCity ClearCase plugin) developed by my colleague Gilles Philippart:

TCC GitHub repo: as illustrated by this recent commit, it is based on a snapshot view.
I don't have many details on the setup, but it works well with a TeamCity6.x.

Upvotes: 3

Related Questions