git - Jenkins update SVN -


i have repo in git , create task in jenkins takes project git , commits svn. have problems committing svn. i've been looking didn't found solution. svn publisher plugin not working. there plugin or way commit data in svn in jenkins? maybe executing script?

as mention can directly run command execute shell -> executing during job. can use postbuild plugin run command after job, can tricky it's problematic well.

so, cloning git repo. have these files in workspace. note, jenkins have env variables -> ${workspace}.

after cloning, write in execute shell svn add . or svn ci -m "some msg"

jenkin's job show every step of commiting/adding.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -