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?