Hudson:将工件从主服务器复制到从服务器失败
是否可以使用“复制工件”插件将工件从在主节点上运行的作业复制到在从节点上运行的下游作业?
我在从站上收到一个错误,内容如下: hudson.util.IOException2: hudson.util.IOException2: 无法提取 /srv/hudson/jobs/myproject/builds/2011-04-29_10-28-54/archive/myartifact.foo
显然该路径无效,因为它指向 master 上的工件文件夹。
我错过了什么还是这根本不可能?
Is it possible to use the 'copy artifact' plugin to copy an artifact from a job that ran on master to a downstream job that runs on a slave node?
I'm getting an error on the slave that says:
hudson.util.IOException2: hudson.util.IOException2: Failed to extract /srv/hudson/jobs/myproject/builds/2011-04-29_10-28-54/archive/myartifact.foo
Obviously that path is not valid, as it points to the artifact folder on master.
Am I missing something or is this just not possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。您可以使用复制工件插件将任何工件复制到奴隶。
对于第一个测试,我建议
Yes, it is possible. You can use the Copy Artifact Plugin to copy any artifact to the slave.
For a first test I recommend to