0

I am trying to upload a artifact using following command:

jfrog rt u "win_b64" http://localhost:8082/artifactory/Test

I am getting the below output:

{
"status": "success",
"totals": {
"success": 0,
"failure": 0
}
}

But I am not able to see anything on the artifactory.

user_9090
  • 1,884
  • 11
  • 28

2 Answers2

0

Please try: jfrog rt u win_b64 Test/

Can you also specify your OS?

yahavi
  • 5,149
  • 4
  • 23
  • 39
0

try jfrog rt u win_b64 Test/ --url http://localhost:8081/artifactory/ --user admin --password password

Jainish Shah
  • 1,217
  • 10
  • 15