开发者

hudson svn publisher plugin not working

I'm trying to use the SVN Publisher plugin to commit some artifacts of my build but I'm getting a n开发者_运维问答on-sensical error:

workspace: /Users/builder/hudson/workspace/myproject/
Attempting to import to SVN: https://mysvnrepo.com/svn/myproject/_SNAPSHOT_
SVN Publisher: target:  /Users/builder/hudson/workspace/myproject/myproject/_build
SVN Publisher: Error: target Directory not accessable:  /Users/builder/hudson/workspace/myproject/myproject/_build

This path is readable by the user that the hudson slave is using.

In looking at the comments on the SVN Publisher page, it seems that some people have run across this problem while others have not.

My question is: for those of you that have gotten it to work, what did you do?


It seems that the plugin is running on the hudson server even though the build is using slaves. This seems to be a bug in the SVN Publisher plugin. :(


It looks like you should be able to utilize the "Copy files back to the job's workspace on the master node" to get these files back to the server (this part works for me). It appears to happen after SVN Publisher is run, but that would be OK and simply means that SVN publisher should be committing (or importing) the previous build. But alas, SVN publisher doesn't seem to be doing anything except logging a message.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜