-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module id missing in npm build info #2366
Comments
Someone in my team has a simmilar problem with a python build
The JFrog CLI version is 2..52.9 |
our team is also having this issue
@sstephant was your team able to find a solution to this? We are using version What's annoying is that I have several deployments and the first one works without a problem, then the second one fails. I can change the order of deployments and in each case the first one always works and the next fails. Retrying/waiting does nothing to alleviate the problem EDIT |
Got the same issue after upgrade jfrog-cli-v2-jf to 2.59.0. Only some jobs had this error, while most jobs are normal
|
Hey @debben, This PR should fix the missing ID issue : jfrog/jfrog-cli-core#1201. Will update you here once the fix is released. |
Hi @EyalDelarea When is it expected to be released? Looking forward to your reply,Thanks! |
Also look forward to its release asap, thanks!
On Mon, July 29 2024 at 2:20 PM felix ***@***.***> wrote:
Hi @EyalDelarea When is it expected to be released? Looking forward to your reply,Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi @lincoohe , @kunkka-m , |
any updates on this one? |
Describe the bug
Beginning today right after the 2.9.0 release of jfrog-azure-devops-extension a number of my pipelines began failing when using the JFrogPublishBuildInfo task. The output from the CLI was
Current behavior
When I looked at the diff, I noticed defaultJfrogCliVersion changed from 2.44.1 to 2.52.1. Locally I experimented with both versions of the CLI and found that the former version was producing the appropriate-looking build info:
But when I repeated the same steps cli 2.52.1, the build info lacked the "id" attribute.
Reproduction steps
Clone or produce an example node app (any package.json should do).
run
jf npm ci --build-name="YourBuildName" --build-number="YourBuildNumber" --threads=1
This will produce a temp#### build info file under %HOME%\AppData\Local\Temp\jfrog\builds<hash of your build name+number>. In 2.52.1 and 2.52.2 of the CLI, I experienced the behavior of missing "id" attribute from modules build info.
Expected behavior
I expect the build info produced to have the "id" attribute for npm modules.
As a breadcrumb for other Azure DevOps users out there, I found I could pin the CLI version back to 2.44.1 by setting
JFROG_CLI_PIPELINE_REQUESTED_VERSION_AZURE
as a pipeline variable.JFrog CLI version
2.52.1
Operating system type and version
Windows Server
JFrog Artifactory version
7.75.4
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: