svn - How to exclude .cs files during checkout in Jenkins? -
is there way exclude .cs files while checkout svn in jenkins? need fetch files needed release not files used in development. workspace should contains design files , dll.
several options come mind:
specify subversion repository url in such way check out, specific
release
directory, suchhttp://svn.repo.org/repos/project/release/
.use workspace cleanup plugin remove unnecessary files.
try out proposed feature subversion plugin supposedly implements checkout using sparse checkout (be aware not official release , can contain bugs/regressions).
Comments
Post a Comment