Getting intermittent SVNAuthenticationCancelledException:
Authentication cancelled errors.
it usually happen a couple of times a day.
How do i enable a custom log recorder or add a logger to the system log so i can the see and start faultfinding these events.
build.log (3.3 KB)
poddingue
(Bruno Verachten)
2
To enable a custom log recorder or add a logger to the system log in Jenkins, I followed these steps:
- Go to Manage Jenkins:
- Click on System Log.
- Click on Add recorder.
- Enter a name for your log recorder, e.g.,
SVNAuthentication
.
- Hit “Create”
- Configure the Log Recorder:
- Under Loggers, click on “Add”
- Enter the logger name
org.tmatesoft.svn.core
to capture logs related to SVN.
- Set the log level to
ALL
to capture all log messages.
- Save the Configuration