-
Notifications
You must be signed in to change notification settings - Fork 81
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
Post setup-jfrog cleanup fails with v4.4.0 (works with v4.3.2) #206
Comments
Hey @anscfrisson, Thank you for reporting this issue. I attempted to reproduce the error on a private repository, but I was unable to replicate it. We recently released version Also, does your workflow contain additional JFrog commands that you’re unable to share with us? The more details you can provide, the better we’ll be able to identify and resolve the issue. |
I have the same issue. It started from today |
Hi @AlexanderDavydov1, |
|
Happy to hear that! |
@AlexanderDavydov1 and @anscfrisson, Thank you! |
Using
with:
Reverting back to
The problem seems to be with JFrog CLI version updates between 2.66.0 and 2.67.0. From jfrog/jfrog-cli@v2.66.0...v2.67.0: - github.com/jfrog/jfrog-cli-core/v2 v2.55.6
+ github.com/jfrog/jfrog-cli-core/v2 v2.55.7
- github.com/jfrog/jfrog-cli-security v1.7.2
+ github.com/jfrog/jfrog-cli-security v1.8.0 Might this |
Plus searching for issues mentioning "The following error was received while trying to encrypt your password: Artifactory response: 401" in org jfrog reveals 2 issues besides this one:
|
Hi, Source: #94 (comment)
JF_URL var is not empty at the Download step, but it seems it is empty an the Post job cleanup. I guess it comes from this function checkConnectionToArtifactory at the cleanup.js, but we don't understand why.
Thanks |
Describe the bug
This bug appears in a private repository. This is the anonymized workflow:
uses: jfrog/[email protected]
uses: jfrog/[email protected]
Current behavior
Fails at "Post Setup Jfrog" if
uses: jfrog/[email protected]
:Reproduction steps
No response
Expected behavior
No response
Setup JFrog CLI version
4.4.0
JFrog CLI version
2.66.0
Workflow operating system type and version
Ubuntu Jammy
JFrog Artifactory version (if relevant)
No response
JFrog Xray version (if relevant)
No response
The text was updated successfully, but these errors were encountered: