D:\AAA\nt>svn update Updating '.':
then after 5 minutes I decide to abort the job:Build was aborted Aborted by anonymous Finished: ABORTED
ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\jpvogt\AppData\Roaming BASE=D:\Jenkins
SERVICE_ID=jenkinsslave-D__Jenkins SVN_SSH=C:/putty/plink.exe
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
By default a Windows service runs as the Local User account, which has no access to network resources. Try configuring the service to run as a particular user who has permission for the SVN repo in question.
D:\AAA\nt>tasklist Image Name PID Session Name Session# Mem Usage ========================= ======== ================ =========== ============ System Idle Process 0 Services 0 4 K System 4 Services 0 36 K smss.exe 360 Services 0 332 K csrss.exe 508 Services 0 3.504 K
...
pageant.exe 5264 Console 1 7.384 K...
If you are issuing any svn command from an environment where there is no user to prompt, I suggest using the global option
svn --non-interactive
That means it will never hang waiting for a prompt. Instead, it will fail, and the output will tell you what happened.
Matthew
--
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/m7pm9XOjFho/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.