Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
构建后,我想在两个不同的 SVN 存储库中发布我的人工制品(罐子),是否可以在Hudson中做到这一点?
通过使用 Hudson 插件“发布到 Subversion 存储库”,我可以仅将我的人工制品发布到一个 SVN 存储库!
问候,
我在发布到文件存储库时遇到了类似的问题。基本上我的解决方法是执行使用命令行脚本通过 ssh 传输文件的任务后任务。
我建议您考虑创建通过 svn 命令行脚本将文件提交到 svn 存储库的任务后任务。这需要更多的工作,但要灵活得多。