Created
August 1, 2020 10:17
-
-
Save qzagarese/682a93a912ee979448681bb7b91c3286 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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