Question

I am new to Jenkins and need some help.

We have ClearCase and Jenkins running on same machine (windows).
The idea is that I have to develop a plugin which will access ClearCase through Jenkins. Instead of approaching the ClearCase gui and command line is a separate window/machine, we want to do this job in Jenkins through a drop down gui. This gui should use cleartool mkview... command and should give list of CC VOBs and labels in dropdown gui.

My questions are:

  • Is there any existing plugin which does the same job?
  • Can you suggest some steps to proceed further?
  • If we like to use ClearCase and Jenkins on different machines, how this point should be considered for this case?
Was it helpful?

Solution

The ClearCase plugin for Jenkins already create a view (snapshot or dynamic one).

view config

dyn view

If you want to develop your own plugin, you can take ideas from the ClearCase plugin sources.

ClearCase must be installed on the same server than Jenkins if you want to be able to use any cleartool command.
That doesn't means that the view server or Vob server cannot be elsewhere (even on a Linux server if you want).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top