conan-io / training

(Deprecated) Support code for conan 1.X trainings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Missing Info][Blocked] Exercise : Upload to Artifactory - Part 1

designerzim opened this issue · comments

commented

The first command in the exercise is:
conan remote list
Which gives a result of:
conan-center: https://conan.bintray.com [Verify SSL: True]

We're next told to go to the web UI, without any information about where the web UI is supposed to be found. The address above does not go to it (it links to a .dms file with an empty {} curly brace set). The video shows going to http://34.67.115.149:8082/ui/admin/repositories/local/new which only returns ERR_EMPTY_RESPONSE when it returns anything (removing path targets does not change this).

Multiple steps occur on this mysterious web UI, and information from the UI is required for the next command line instruction.

Like many exercises, there is nothing on the right hand side to expand.

This exercise cannot be completed with the information provided.

I apologize. I did go in and see that the lesson did not provide the information needed to connect to the Artifactory Server.

The information was provided far earlier, in the "Course Requirements" video, but that's way too far away from where the information is needed, so this was definitely bad UX.

I have now added the Artifactory URL and Credential information to the details of the Upload to Artifactory lesson. Please let me know if you can now see them, and if they work for you.