jfrog/setup-jfrog-cli

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

prashantcloudsufi opened this issue · 1 comments

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

yahavi commented

@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