Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.CatalogPublishing", | ||
| "BlobName": "VirtoCommerce.CatalogPublishing_3.1001.0.zip" |
There was a problem hiding this comment.
Automation failure produced non-PR blob name for CatalogPublishing
High Severity
The BlobName for VirtoCommerce.CatalogPublishing was changed from a PR-specific build (VirtoCommerce.CatalogPublishing_3.1001.0-pr-72-48ca.zip) to a plain release build (VirtoCommerce.CatalogPublishing_3.1001.0.zip). The PR description explicitly states "from PR undefined undefined", indicating the automation script failed to resolve the source PR reference. Nearly all other modules in the AzureBlob source use PR-specific blob names with the -pr-XX-XXXX suffix. This release-style blob may not exist in the vc3prerelease blob storage, potentially causing a deployment failure, or it references an unintended build version for QA testing.


ci: Automated update vc-module-catalog-publishing from PR undefined undefined
Note
Low Risk
Low-risk manifest/config change, but it alters which
VirtoCommerce.CatalogPublishingbuild is pulled (switching from a PR artifact to the released3.1001.0zip), which could change runtime behavior if the artifacts differ.Overview
Updates
backend/packages.jsonto use the releasedVirtoCommerce.CatalogPublishing_3.1001.0.zipartifact instead of the previous PR-specific package, keeping it sourced fromAzureBlob.Also includes minor JSON formatting/whitespace adjustments (e.g., array formatting and end-of-file newline).
Written by Cursor Bugbot for commit 2dc1cf1. This will update automatically on new commits. Configure here.