Error in CI/CD flow #2028
Unanswered
ingebruvik
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
The error mentions "The specified blob does not exist". My guess is that your artifact setting points to an artifact that no longer exist. There is a retention policy on artifacts so the artifact may have been removed as a part of that. If you include the logs for the Determine Artifact URL step, we might be able to help a bit more but without it there is not much else we can do :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this error when I run my workflow.
-- Unexpected error when running action. Error Message: Exception calling "GetResult" with "0" argument(s): "Response status code does not indicate success: 404 (The specified blob does not exist.)." Response status code does not indicate success: 404 (The specified blob does not exist.)., StackTrace: at Download-File, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\Common\Download-File.ps1: line 83 <- at DownloadPackage, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\Artifacts\Download-Artifacts.ps1: line 47 <- at Download-Artifacts, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\Artifacts\Download-Artifacts.ps1: line 168 <- at New-BcContainer, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\ContainerHandling\New-NavContainer.ps1: line 494 <- at , C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1147 <- at , C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 638 <- at GetBuildContainer, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 571 <- at GetInstalledApps, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 516 <- at , C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1481 <- at , C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1285 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.1.9\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1270 <- at , D:\a\_actions\microsoft\AL-Go-Actions\v7.3\RunPipeline\RunPipeline.ps1: line 475 <- at , D:\a\_temp\b287071a-2e66-4ef5-a4fe-cc9ea5aa060b.ps1: line 3 <- at , D:\a\_actions\microsoft\AL-Go-Actions\v7.3\Invoke-AlGoAction.ps1: line 21 <- at , D:\a\_temp\b287071a-2e66-4ef5-a4fe-cc9ea5aa060b.ps1: line 2 <- at , : line 1And I am not able to figure out why.
Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions