continuous integration - Pull only latest changes from SVN -Jenkin build -


i working jenkins ci , have connected svn repository files on build. facing 2 issues here.

  1. i need changed files -not whole set of files.
  2. i don't need project files files needed deploy (code files should excluded). .pubxml have parameters exclude it. while fetching svn jenkin pulls files , jenkin ftp plugin can points workspace. need upload files needed release. jenkin workspace contains files have in svn. there option restrict this?

you want have powershell or batch script @ point determine files need throw out. suggest pulling down , throwing out files not need. can determine such files running magic svn command line utility. go through documentation see how can run diff receive list of changed files.


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 -