diff --git a/scripts/shell/job/list-folders-artifactory.sh b/scripts/shell/job/list-folders-artifactory.sh new file mode 100755 index 0000000..7426937 --- /dev/null +++ b/scripts/shell/job/list-folders-artifactory.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +jf rt search --recursive=false --include-dirs=true "$1/*" | jq -r '.[].path'