This should only happen if you configured the job to run multiple builds in parallel.
If that's not the case: 0. Make sure Jenkins is up to date. This one should be really obvious. If you're on 1.560 or lower, this may be JENKINS-21622. 1. Check the system log at the URL /log/all to see whether there are errors related to the affected job/node getting logged. The build log may give you a hint as well. 2. Run the following script in Manage Jenkins ยป Script Console. It may give you a hint as to who/what allocated the workspaces. ---- ( [] + Jenkins.instance + Jenkins.instance.nodes ).each { println it.displayName println it.toComputer()?.workspaceList?.inUse } return ---- This is also close to what can also be used to release the workspace leases, but tampering with internals like these should probably be reserved for cases where all else fails. On 13.12.2014, at 00:35, Leah <l...@wolfssl.com> wrote: > Hi, I have a Jenkins freestyle job that is creating a new workspace each time > I run it. Each workspace is named workspace@<number>. I am not sure how to > eliminate this procedure as I have trying to attach a file from the original > workspace and it is not possible when it build in a new workspace each time. > Does anyone know why this is happening? > > > -- > > Leah Thompson > www.wolfssl.com > l...@wolfssl.com > 406-570-1389 > Skype: lchristina26 > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAL0pqZ34q2rW9n1utWL9XUH4iu1h9%3D2svBHWJwiU25%2B%2B3B7a2Q%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/C698A05E-F1EE-4AAD-8713-94D189227A45%40beckweb.net. For more options, visit https://groups.google.com/d/optout.