I am new to ClearCase UCM and my first task in this is to create job in jenkins. So I have installed the ClearCase plugin in jenkins but when try to create a new job, I am not getting any clue on what to fill values for the fields, View Tag, View Path and Stream Selector. Searched a lot on google for an example but couldn't find one.
So could you please give me some examples values or any article which you are aware of which explains this in details?
A "ClearCase UCM job" in Jenkins simply means a job which will use the sources visible (selected) by a (preferable snapshot ones if you are doing some build in it)
That means you nead:
stream:aStream@/vobs/aPVob
if unix, stream:aStream@\aPVob
if Windows)