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
Hi,
I have been using AQL to query things out of a repo. I was trying to do the same using the below class
artifacts = art.artifacts.list("<ARTIFACT_PATH_IN_ARTIFACTORY>")
Unfortunately I can't find myself to use the output that I got from the response(As the output doesn't seem to work with any standard types). As AQL feature is not enabled in this library, I am not sure if I can use this in any manner. I would literally need the artifact names & may be properties as well, of each of the artifact/artifact folder returned from the previous response.
Any insight on this is much appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have been using AQL to query things out of a repo. I was trying to do the same using the below class
artifacts = art.artifacts.list("<ARTIFACT_PATH_IN_ARTIFACTORY>")
Unfortunately I can't find myself to use the output that I got from the response(As the output doesn't seem to work with any standard types). As AQL feature is not enabled in this library, I am not sure if I can use this in any manner. I would literally need the artifact names & may be properties as well, of each of the artifact/artifact folder returned from the previous response.
Any insight on this is much appreciated.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions