【发布时间】:2013-07-02 02:25:40
【问题描述】:
我正在使用 Jenkins 和 SVN Publisher 插件生成构建,然后将构建上传回存储库。
它生成构建但不将构建上传到存储库。 (我添加了发布到颠覆存储库的构建后操作)
这是生成构建后的colsole。
Started by user User2
Building in workspace C:\Users\Prasanth B\.jenkins\jobs\myapp\workspace
Switching from https://myapp.domain.co.in/Source/PushScripts to https://myapp.domain.co.in/Source/PushScripts
Switching to https://myapp.domain.co.in/Source/PushScripts at revision '2013-07-04T12:37:33.002 +0530'
At revision 2591
no revision recorded for https://myapp.domain.co.in/Source/PushScripts in the previous build
workspace: /C:/Users/Prasanth B/.jenkins/jobs/myapp/workspace/
Attempting to import to SVN: http://myapp.domain.co.in/Source/PushScripts/liv/android/Liv/GCM/Logs/
SVN Publisher: target: C:\Users\Prasanth B\.jenkins\jobs\myapp\workspace\pushscripts\liv\android
Finished: SUCCESS
我的配置页面如下所示:
我的问题:
- 为什么不上传到存储库?请指导我。
- 是否有任何其他插件可用于将构建文件提交到 SVN 存储库。
更多细节:
I am testing the application in windows7 and mac
SVN version : 1.6.16
SVN Publisher plugin version : 0.1
I intalled Jenkins in my PC and I use reverse proxy to access it from other
computer (I have XAMP installed in my PC)
提前致谢
【问题讨论】:
-
遇到了同样的问题.. 还没有解决方案。
-
@alex 你可以试试 bash 脚本来做,我不知道具体怎么做,尝试在 google 中搜索
-
您使用的是
Master Slave设置吗?如果是,那么您应该查看this 链接。
标签: svn plugins jenkins hudson