# Workspaces.txt file is not created on node

**URL:** https://community.jenkins.io/t/workspaces-txt-file-is-not-created-on-node/8658
**Category:** Ask a question
**Created:** [July 25, 2023, 10:45am UTC](https://community.jenkins.io/t/workspaces-txt-file-is-not-created-on-node/8658 "2023-07-25T10:45:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![eroero](https://avatars.discourse-cdn.com/v4/letter/e/a9adbd/32.png) [@eroero](https://community.jenkins.io/u/eroero)
#### Post date: [July 25, 2023, 10:45am UTC](https://community.jenkins.io/t/workspaces-txt-file-is-not-created-on-node/8658/1 "2023-07-25T10:45:53Z")

</div>

Hi Community,

using Jenkins 2.401.2

I have recently created a new node, and I have noticed that on this node the file workspace/workspaces.txt is not created on this one, but it exists on the others.

do you know why there is such a difference of behaviour between nodes ?  
Is this configurable somewhere ?

thanks in advance.

---

<div class="post-metadata">

### Author: ![mawinter69](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/mawinter69/32/1625_2.png) [@mawinter69](https://community.jenkins.io/u/mawinter69)
#### Post date: [July 25, 2023, 11:54am UTC](https://community.jenkins.io/t/workspaces-txt-file-is-not-created-on-node/8658/2 "2023-07-25T11:54:00Z")

</div>

I’m not aware that Jenkins creates a file workspace/workspaces.txt. I don’t have it on any of my agents  
It is either a plugin or a job that is creating this, but not a core functionality

---

<div class="post-metadata">

### Author: ![eroero](https://avatars.discourse-cdn.com/v4/letter/e/a9adbd/32.png) [@eroero](https://community.jenkins.io/u/eroero)
#### Post date: [July 25, 2023, 12:18pm UTC](https://community.jenkins.io/t/workspaces-txt-file-is-not-created-on-node/8658/3 "2023-07-25T12:18:44Z")

</div>

After some investigations, it seems that it is created when a multibranch pipeleine is run.
