You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the chosen Artifactory Service cannot access the internet, you may also manually download version 2.72.3 of JFrog CLI and place it on the agent in the following path: /opt/hostedtoolcache/_jf/current/jf
Error: Unexpected HTTP response: 404
Finishing: JFrogToolsInstaller
If the chosen Artifactory Service cannot access the internet, you may also manually download version 2.72.3 of JFrog CLI and place it on the agent in the following path: /opt/hostedtoolcache/_jf/current/jf
Error: Unexpected HTTP response: 404
Finishing: JFrogToolsInstaller
Describe the bug
We configured remote repo for downloading and caching V2 Jfrog CLI.
Below task was executed to download and got below reported error 404 due to task is looking for incorrect CLI tool name. We find this seems to be bug because the task is looking for "https://xxxxxx.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/2.72.3/jfrog-cli-linux-amd64/jf" instead it should look for "https://xxxxxx.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/2.72.3/jfrog-cli-linux-amd64/jfrog" as per "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.72.2/jfrog-cli-linux-amd64/"
CI/CD error
Downloading: https://XXXX.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/2.72.3/jfrog-cli-linux-amd64/jf
##[error]Error occurred while executing task: Failed while attempting to download JFrog CLI from
https://xxxxxx.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/2.72.3/jfrog-cli-linux-amd64/jf
If the chosen Artifactory Service cannot access the internet, you may also manually download version 2.72.3 of JFrog CLI and place it on the agent in the following path: /opt/hostedtoolcache/_jf/current/jf
Error: Unexpected HTTP response: 404
Finishing: JFrogToolsInstaller
Hope you will fix this bug as soon as possible changing tool installer name form /jf to /jfrog in lookup URL as per "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.72.2/jfrog-cli-linux-amd64/"
Current behavior
Downloading: https://XXXX.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/2.72.3/jfrog-cli-linux-amd64/jf
##[error]Error occurred while executing task: Failed while attempting to download JFrog CLI from
https://xxxxxx.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/2.72.3/jfrog-cli-linux-amd64/jf
If the chosen Artifactory Service cannot access the internet, you may also manually download version 2.72.3 of JFrog CLI and place it on the agent in the following path: /opt/hostedtoolcache/_jf/current/jf
Error: Unexpected HTTP response: 404
Finishing: JFrogToolsInstaller
Reproduction steps
Run below tool installer task by creating remote repo(zip.remote.jfrog.cli.v2) with URL "https://releases.jfrog.io/artifactory/jfrog-cli/v2/"
inputs:
artifactoryConnection: 'JFrog-Artifactory-V2'
cliInstallationRepo: 'zip.remote.jfrog.cli.v2'
installCustomVersion: true
cliVersion: '2.72.3'
Expected behavior
The tool installer task should look for downloading https://xxxxxx.jfrog.io/artifactory/zip.remote.jfrog.cli.v2/[version]/[ostype]/jfrog
Azure DevOps extension name and version
New JFrog Azure Devops Extension
JFrog CLI version
'2.72.3'
Operating system type and version
Ubuntu-latest
JFrog Artifactory version (if relevant)
No response
JFrog Xray version (if relevant)
No response
JFrog Distribution version (if relevant)
No response
The text was updated successfully, but these errors were encountered: