From 55fd6f5c8386c6fc97ccdaf8f9532bb14d6554bb Mon Sep 17 00:00:00 2001 From: Matheus Albino Brunhara Date: Thu, 28 Mar 2024 13:25:38 -0300 Subject: [PATCH] Add scripts/shell/job/list-folders-artifactory.sh file --- scripts/shell/job/list-folders-artifactory.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/shell/job/list-folders-artifactory.sh 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'