Skip to content
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

version change in action.yaml to 2.50 cli version breaking the existing git workflows. commit https://github.com/jfrog/setup-jfrog-cli/commit/60f0b2eae7e0f3bc79c092fa43587f5592b07339 #112

Open
prashantcloudsufi opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@prashantcloudsufi
Copy link

Describe the bug

Error: 7 [Error] Get "xxx.jfrog.io/artifactory/api/system/version": unsupported protocol scheme ""

We were using github command jfrog/setup-jfrog-cli@v3 with default version. So it was referring the cli version defined in https://github.com/jfrog/setup-jfrog-cli/blob/master/action.yml. Moment this version got updated from 2.44 to 2.50 . we observed that our github workflows started failing.

We recovered the failure by setting specific cli version to jfrog/setup-jfrog-cli@v3 as 2.44.1 and it started working.

Current behavior

We recovered the failure by setting specific cli version to jfrog/setup-jfrog-cli@v3 as 2.44.1 and it started working. but it fail for all the workflows which are relying on default version

following command used in the workflow

jf c add
jf docker tag
jf docker push
jf rt bce
jf rt bag
jf rt bp

Reproduction steps

mentioned above

Expected behavior

mentioned above

Setup JFrog CLI version

v3

JFrog CLI version

v2.50

Workflow operating system type and version

linux

JFrog Artifactory version (if relevant)

No response

JFrog Xray version (if relevant)

No response

@prashantcloudsufi prashantcloudsufi added the bug Something isn't working label Nov 2, 2023
@prashantcloudsufi prashantcloudsufi changed the title version change in action.yaml to 2.50 cli version breaking the exiting git workflows. commit https://github.com/jfrog/setup-jfrog-cli/commit/60f0b2eae7e0f3bc79c092fa43587f5592b07339 version change in action.yaml to 2.50 cli version breaking the existing git workflows. commit https://github.com/jfrog/setup-jfrog-cli/commit/60f0b2eae7e0f3bc79c092fa43587f5592b07339 Nov 2, 2023
@yahavi
Copy link
Member

yahavi commented Nov 5, 2023

@prashantcloudsufi
Thanks for reporting this issue.
Could you kindly share additional details, including:

  • Log files
  • The command triggering this error
  • Authentication methods
  • Any other information that can help us to reproduce this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants