Jenkins CI - Troubleshooting and Solutions to Common Issues

Jenkins CI - Troubleshooting and Solutions to Common Issues

Last updated:

Recent SVN Commits don't get Checked out into your Workspace

(applies to SVN users only)

If you see that recent SVN commits (perhaps in the last minutes or hours) don't show up in your project when you run a build, this could be due to differences between system clocks in your SVN server and Jenkins. In order to solve this, you can either:

  • Synchronize the clocks in your SVN server to match Jenkins'

OR

  • Specify the revision you want to check out in your build. For instance: revision

Dialogue & Discussion