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
Post a Comment