-
Notifications
You must be signed in to change notification settings - Fork 236
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
"panic: runtime error: invalid memory address or nil pointer dereference" when running "jfrog rt bp" #1297
Comments
Thanks for reporting this issue @trettstadtnlb. |
Thank you for the quick reply, @eyalbe4. Replacing |
Gerat @trettstadtnlb! |
Hello, I have a similar issue with the jfrog CLI with some projects
Disabling steps 3, 4, 5 allows to publish build info without exception, but some of the steps which pull additionnal dependencies do not seem to work without jfrog command prefix so we're stuck Here's the stack for jfrog 2.8.0 , error is in the same spot (comparing sha1 of build-info deps w/ partials deps)
|
We found a workaround for the time being which consists of configuring the JFROG_CLI_BUILD_xxx variables only for the |
Hi @sstephant & @trettstadtnlb. JFrog-CLI V2.12.0 includes a fix for this issue. Feel free to upgrade and let us know how it goes. |
Isnt this issue similar to this thred? Found tool in cache: jf 2.37.1 x64 goroutine 1 [running]: |
Describe the bug
When running
jfrog rt bp
in my Github workflow, I get the following error:To Reproduce
So far the problem only occurs in one of our projects. In all other projects publishing build information works most of the time and if it fails, a restart of the build works. I am willing to create a minimal project that reproduces the error, but I think I need some help from a developer for that.
Expected behavior
Publishing build information should not throw an error.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
Additional context
In the Github workflow, the JFrog CLI is used in the following steps:
jfrog rt mvnc
jfrog rt mvn install
to build the projectjfrog rt mvn docker:build
to build the docker imagejfrog rt dp
to push the Docker imagejfrog rt bag
,jfrog rt bce
and finallyjfrog rt bp
The text was updated successfully, but these errors were encountered: