Hi, We are using UCM Clearcase in our project. I am currently working on implementing CI. I have seen there are various UCM plugins available in Jenkins
1) https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+Plugin (UCM Clearcase plugin comes along with base Clearcase plugin) 2) https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin 3) https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Baseline+Plugin We have one VOB for our project. And many clearcase "projects" are available since we have parallel releases(2 dot and 3 dot releases go in parallel). Each project has 2 streams namely "Int" and then "dev" as a substream of Int. Each release code will be available in separate environment and tested separately. At certain point of time, code merging happens. This is a usual process which we follow. We do the changes and checkin in "dev" stream. And then we will move the code to "Int" stream in a regular interval (may be every monday) and create a baseline. Our focus is on one particular release (say every 2 dot release, ex., X.X). My CI implementation focus is on the "dev" stream. So I have to create a snapshot view of the particular dev stream(once for all) and then used to refresh everytime it triggers. Snapshot view creation must be based on the stream-wise, so that I can build the code of particular release. Loading with the help of baseline will not be helpful for me. Because we may end up with creating many baselines. So only stream based approach is possible for us. It should load/update all the changes in that particular stream. Suggest the appropriate UCM Clearcase Plugin in my case Note: I have gone thru (2) & (3) mentioned above. It seems both will work with the help of new baselines. (1) looks more appropriate for me. But I am not sure. Regards, Mohamed Sathack -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/20dae95f-be32-44bf-bb85-1fd8878b843e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.