Replies: 6 comments
-
I think normally you should be able to update the bccontainerHelperConfig settings from your AL-Go settings files. You could try creating a setting called bcartifactsCacheFolder and set it to "c:\bcartifacts.githubcache" for example. |
Beta Was this translation helpful? Give feedback.
-
|
@aholstrup1 Thanks for the hint! I'll add this setting and keep an eye on it and will close the issue if fixed. PS/ Could be interesting mentioning the use of 'bccontainerHelperConfig' settings in the AL-Go settings? For my reference:
|
Beta Was this translation helpful? Give feedback.
-
|
It is mentioned under point 3 here: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md#where-are-the-settings-located Could obviously have been more detailed about what this means:-) |
Beta Was this translation helpful? Give feedback.
-
|
Did this mitigate your issue @fvet ? |
Beta Was this translation helpful? Give feedback.
-
|
@aholstrup1 Unfortunately the issue still occurs after the changes @fvet did. ALOps now has one artifacts folder (f:\alops.bcartifacts.cache) and AL-Go another (f:\bcartifacts.cache). I just got the error when performing a CI/CD run using Al-Go:
Full log:
I double checked the config to make sure ALOps was not using the directory, but it wasn't. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
|
We're experiencing the same issue. It seems to have something to do with the folders being set to read-only on disk. If we manually remove the read-only status from the folders (and the files within those folders) and run the pipeline again, it is able to remove the files as intended. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
AL-Go version
8.1
Describe the issue
When the Pull Request Build action is ran, the Flush ContainerHelper Cache part of the Build step fails
Here's the overview of the Last Used files in the bcartifacts.cache folder...
... and the remaining content of the folders to be deleted.
Our current setup is:
As we're gradually moving away from Azure Devops to Github and want to avoid having to buy a new build server, the current build server is - temporarily - used to host both Azure Devops build agents and Github runners. Both are using the same C:\bcartifacts.cache I suppose (default config)
Although no agents seems to be running / locking files from C:\bcartifacts.cache, the Flush ContainerHelper Cache step is not able to delete (locked?) files. Logging on to the server and deleting folder content manually solves the issue.
Expected behavior
Steps to reproduce
x
Additional context (logs, screenshots, etc.)
logs_55425237442 (1).zip
Beta Was this translation helpful? Give feedback.
All reactions