-
Notifications
You must be signed in to change notification settings - Fork 73
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
Fix download URL for JF_RELEASES_REPO case #691
base: dev
Are you sure you want to change the base?
Conversation
Using Artifactory remote repository JF_RELEASES_REPO produces an invalid URL: ``` https://artifactory.company.com/artifactory/myrepo/artifactory/frogbot/v2/[RELEASE]/frogbot-linux-amd64/frogbot ``` (twice artifactory keyword and two repositories name in the URL) The fix simply format the URL in a way to support both cases
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
Hello @chkp-roniz and thank you for bringing this issue for our attention |
Hey @chkp-roniz I have looked into this and the script works as it should, I'll explain: Now since https://artifactory.company.com/artifactory/myRepo = releases.jfrog.io the final url you address to is: which is exactly where you should address. |
Hi @eranturgeman, |
Thanks @chkp-roniz for letting me know it works! |
Using Artifactory remote repository JF_RELEASES_REPO produces an invalid URL:
twice artifactory keyword and two repositories name in the URL
The fix includes a modification of the the URL in a way that supports both cases