1 2 3 4 5 6 7
job build: shell: - ls subdir | sed -e ':a;N;s/\n/ /;ta' > list - echo >> list artifact out: path: list