Closed anna-geller closed 4 months ago
A more contrieved example:
id: outputFileRegex
namespace: company.team
tasks:
- id: taskRunner
type: io.kestra.plugin.scripts.shell.Commands
outputFiles:
- "*.txt"
commands:
- echo -n 'File 1' > {{workingDir}}/file1.txt
- echo -n 'File 2' > {{workingDir}}/file2.txt
Feature description
Example showing the pattern
*.json
: