I am using Jenkins and SVN Publisher plugin to generate build and then to upload build back to repository.
It generates build but not uploading the build to repository. (I added post build action as to publish to subversion repository)
This is the colsole after generating build.
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
My configure page looks like this :
My question :
- Why is it not uploading it to repository ? Please guide me.
- Is there any other plugin available to commit the build files to SVN repository.
Some more details :
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)
Thanks in advance