Skip to content

Instantly share code, notes, and snippets.

@qzagarese
Created August 1, 2020 10:17
Show Gist options
  • Save qzagarese/682a93a912ee979448681bb7b91c3286 to your computer and use it in GitHub Desktop.
Save qzagarese/682a93a912ee979448681bb7b91c3286 to your computer and use it in GitHub Desktop.
type: micropipe
name: slow-printer
image: "slow-printer:latest"
inputMapping:
baseCmd: java -jar /usr/bin/slow-printer-1.0-SNAPSHOT.jar
parameters:
- name: howMany
internalName: --howMany
- name: millisBetweenNumbers
internalName: --millisBetweenNumbers
outputMapping:
- name: output
outputDir: /tmp
fileNamePattern: output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment