May 16 2023
05:58 AM
- last edited on
Mar 05 2024
02:43 PM
by
TechCommunityAP
May 16 2023
05:58 AM
- last edited on
Mar 05 2024
02:43 PM
by
TechCommunityAP
Our existing build pipeline for dot net code in recent days throws "There is not enough space on the disk" as error.
PIPELINE CONFIG DETAILS
Agent used :- Microsoft hosted windows-2022
configurations :- shallow fetch checked with depth 2
Error :- There is not enough space on the disk
PowerShell command “Get-PSDrive” shows space available as 13GB.
We have found temporary work around
* The build is successful, when we remove/ uncheck shallow fetch from the Get Sources of the pipeline
How this change has fixed the issue of "There is not enough space on the disk" ?
May 17 2023 06:58 AM
Did you try to delete some build folders to free up space?