I am new to Jenkins and need some help.
We have ClearCase and Jenkins running on same machine (windows).
I am trying to configure Jenkins with clearcase through basic CC or CC UCM plugin. But i am not sure which one i need to choose.
My Current Process : Step 1: Once developer deliver the code to Integration region in clearcase, Devops team manually do the baseline for Int stream and also do the rebase. Step 2: And with some batch script they build the process and move the ear or jar to particular region.
Now i need to automate this process through Jenkins, where i got stuck with automating baseline and rebase in clearcase which they are doing it manually now. i think once the baseline creation is done by developer or through command process only Jenkins will be triggered to start the job.
So please suggest me the exact steps which i need to start automating the whole process.