This keeps on happening and then resolving itself randomly throughout the day, across multiple Jenkins jobs:
hudson.util.IOException2: revision check failed
This looks like an error using svnkit
. What version of the SVN plugin are you using? When did this start happening? Can you do a checkout on your server using the Subversion URL?
Here's what I would do:
Who is the user who runs Jenkins? I know on Windows, it can be a service account which makes it hard to debug these things. I usually change that to a user called "Jenkins" I can log in as. This way, I'm the same user that's running Jenkins.
See if this helps you pin down the issue.