Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Checking out a fresh workspace

I am getting up and running with Jenkins and every time my build runs, it checks out a new version of the source from subversion even though I have the check out strategy set to use 'svn update' as much as possible. Here is the actual message:

Checking out a fresh workspace because the workspace is not https://wks-alaytin.1EDI.1EDIWeb.com/svn/1EDISource/IC.SAP/trunk

Cleaning workspace C:\Program Files (x86)\Jenkins\jobs\EDI IC SAP R3\workspace

Checking out https://wks-alaytin.1EDI.1EDIWeb.com/svn/1EDISource/IC.SAP/trunk ...

Does anyone know why it is checking out a fresh workspace each time?

Thanks,

Andy

like image 763
Drew Avatar asked Jul 06 '11 21:07

Drew


1 Answers

From my research I found that this is a bug in the SVN plugin. Here is the bug:

https://issues.jenkins-ci.org/browse/JENKINS-10222

like image 167
Drew Avatar answered Sep 30 '22 19:09

Drew