-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
It appears that the VSS plugin can only download from a single path. It is
common for VSS projects to be setup so that sources are downloaded from more
than one VSS project. Adding the ability to allow multiple VSS locations would
be a very useful enhancement to the VSS plugin
- is duplicated by
-
JENKINS-966 Add support for multiple VSS source paths
-
- Closed
-
I've made some changes to the VSS plugin:
1. VSS Folder Path accepts a comma separated list of paths to retrieve from sourcesafe. e.g. $/Folder1,$/Folder2
2. The resulting workspace includes the folders listed in VSS Folder Path. So, assuming the workspace is c:\workspace, the above paths would result in c:\workspace\Folder1\<contents> and c:\workspace\Folder2\<contents>.
This is useful in the case that project dependencies are not under the same root project directory.
I posted this a while back to the mailing list and was subsequently ignored, so I'm trying my luck here.
Regards,
rioch