Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-21462

Add support for file paths in Windows >260 characters

XMLWordPrintable

    • 0
    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Description
      Windows default character limit is 260. An error will occur in cases where Bamboo spawn process requiring file in a path which has characters exceeding the windows default 260 character limit;

      An error similar to this may appear in the build log;

       Could not find a part of the path 'C:\Windows\system32\config\ ... 

      Relates articles

      Workaround

      Perform a registry hack to modify this limit;

      $> reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
      

              Unassigned Unassigned
              voseghale VICTOR-OSEGHALE (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: