So, in my Jenkins project, I have an SVN publisher plugin and it is turned on for work. It is assumed that the task starts the cucumber script, and in the script it modifies the files. I use svn publisher to publish changed files to SVN, so when we arrive the next day, we can update the project and get new numbers for the day.
I get the message Attempting to import to SVNas well as the message SVN Publisherand Finished: SUCCESS, however, when I look at SVN, the project files remain unchanged. I checked the target path and svn path as valid, and hudson seems to think that it is publishing correctly, but I do not see it in SVN.
source
share