Add scripts/shell/job/list-folders-artifactory.sh file

This commit is contained in:
Matheus Albino Brunhara
2024-03-28 13:25:38 -03:00
parent 6c2bfc5ace
commit 55fd6f5c83

View File

@@ -0,0 +1,3 @@
#!/bin/bash
jf rt search --recursive=false --include-dirs=true "$1/*" | jq -r '.[].path'