0

I created a generic repo in Artifactory which I want to deploy my artifacts to.
I'm trying to setup a simple-layout folder structure such as:
enter image description here
I can get this structure only if i'll deploy couple of sub folders.

When deploying I get in Artifactory this structure:
enter image description here

Which is anyoing because I set properties on the build_definition_name level
which I want to read and write to but they are not visible as it now points to
the version folder.

Any suggestion?

chen
  • 131
  • 1
  • 1
  • 11

1 Answers1

3

Artifactory by default compresses empty folders in the UI. You can disable it easily by unchecking the following: Example

Ariel Kabov
  • 856
  • 4
  • 8