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
I'm getting the same error.
Verified that npm version is the same, it is.
On one windows build agent the succeeds and on another fails with
Error occurred while executing task: Error: EINVAL: invalid argument, mkdir 'c:"Project-Agent"\Agent_work_tool_jf'
I tried creating the folder manually but still getting the error.
Any updates on the matter?
Describe the bug
Azure DevOps pipeline failing to install JFROG
Agent OS : WIndows Server 2019
displayName: 'Install jfrog'
inputs:
artifactoryConnection:''
cliInstallationRepo: 'nuget-remote'
Error
Error occurred while executing task: Error: EINVAL: invalid argument, mkdir 'G:"Project-Agent"\Agent_work_tool_jf'
Alternative, i tried installing jf CLI, but no luck, below push task fails.
displayName: 'jfrog nuget push'
inputs:
command: 'push'
artifactoryConnection: ''
targetDeployRepo: 'nuget'
pathToNupkg: 'nuget/*.nupkg'
Error
Error occurred while executing task: Error: EINVAL: invalid argument, mkdir 'G:"Project-Agent"\Agent_work_tool_jf'
Expected behavior
Should install jfrog cli and push nuget packages.
Azure DevOps extension name and version
https://github.com.mcas.ms/jfrog/jfrog-azure-devops-extension 2.10.1
JFrog CLI version
jf version 2.71.0
Operating system type and version
Window 2019
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: