-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
Hudson checks out code from subversion. When configuring the user for polling from subversion an error occurred so that Hudson used the current user (a developer account, whose password expires) opposed to using a different user account specific for polling subversion.
Everything worked fine until the password of the developer account was changed. Hudson could not poll subversion anymore, but did not sent out an email nor didn't mark the job as broken (I know technically it is not broken, but nobody noticed that the project was not build for 2 weeks).
So we need two changes:
1. We need to be able to easily see that subversion could not be pulled (other than directly going into the polling log)
2. We need to see what user account will be used to poll subversion.
Hudson Version 1.329
Subversion Plugin 1.7
- is related to
-
JENKINS-10173 Report projects that are deleted or moved in SVN
- Open