I am looking for a plugin or extension, which can be used to create clearcase dynamic view using Jenkins. The existing clearcase plugin gives this functionality for snapshot view only. This post also gives an idea of using script for creating CC view.
Has somebody done/doing similar work? That will be nice if I can get some ideas how to proceed further. It should be for base clearcase, not for UCM.
Create, maybe not.
But the ClearCase plugin allows for using an existing dynamic view.
The plugin itself creates snapshot view in
hudson.plugins.clearcase.ClearToolExec
class.You can use a similar code for dynamic view.