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, such http://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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -