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)JenkinsjobsEDI IC SAP R3workspace
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
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
链接地址: http://www.djcxy.com/p/53506.html上一篇: 元视口和Android的问题
下一篇: 詹金斯检出一个新的工作区