开发者

Hudson, publish artifact to a windows file share?

开发者 https://www.devze.com 2022-12-17 02:23 出处:网络
We\'ve set up Hudson to do nightly builds of some Vs2008 C++ projects. How can we configure hudson to publish the开发者_运维问答 artifacts to a file share ?We run the Hudson service under an account t

We've set up Hudson to do nightly builds of some Vs2008 C++ projects. How can we configure hudson to publish the开发者_运维问答 artifacts to a file share ?


We run the Hudson service under an account that has access to the resource and perform the copy in our Ant scripts.

The CopyArchiver plugin was available when we set this up, but it looks like it might do the job.

Note, you may also have to look at how to get those artifacts into other projects. Again, we use Ant. Within our build.xml files we have GetPublishedArtifacts and GetLocalArtifacts tasks to allow the developer to get artifacts differently when building in their own environments.


Have you browsed the artifact uploaders section of the Hudson Wiki? It lists several plugins that can accomplish this, depending on your local network setup.

0

精彩评论

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