Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dash-dev] Local source

Title: Local source
I’m trying to use the local source feature to reduce the time it takes to build the VTP but I’m having problems.  The VTP repository structure is a strange one:

Repository root
    Component 1
        trunk
            features
            plugins
        branches
            branch 1
                features
                plugins
    Component 2
        trunk
            features
            plugins
        branches
        ...

Right now I’m interested in building a specific branch that is in each component group.  How should I set up the checkout portion of the job configuration and what should I use for the local source directory?  Also, if you use the local source option, it appears that the features and plugins are gathered from what was checked out instead of the map files provided?  I’m not sure I understand how each of these items interact with each other.

Trip

Back to the top