0
  1. I upload an artefact with property x=value
  2. I create a Release bundle including this artefact
  3. I distribute this artefact to an edge node

I would like to retrieve the property x=<value> attached to the artefact in the edge node.

Is this possible ?

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83

1 Answers1

0

Yes, of course it is possible. Once the Release Bundle distributed to the Edge node, the artifacts are stored on the respective repositories on the Edge node. Then, you can query the Edge node as usual (exactly as Artifactory - see Artifactory AQL Get Specific Properties).