We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm having an issue reading stdin in a program sink.
stdin
/home/jobber/.jobber
version: 1.4 jobs: GroupDefine: cmd: curl -v http://app/script.php time: 0 * * * * * onError: Backoff notifyOnSuccess: - type: program path: /usr/local/bin/barbaz
/usr/local/bin/barbaz
#!/bin/bash echo < /dev/stdin > /tmp/stdout.txt # Also tried with <&0 instead of < /dev/stdin
$ docker-compose exec jobber cat /tmp/stdout.txt $ # ^ file is created but is empty
/tmp/stdout.txt should be filled with a RecRecording, right?
/tmp/stdout.txt
RecRecording
The text was updated successfully, but these errors were encountered:
NOTE: using stdout sink it does write the runRecording to the container's stdout.
stdout
runRecording
Sorry, something went wrong.
No branches or pull requests
Hi, I'm having an issue reading
stdin
in a program sink./home/jobber/.jobber
/usr/local/bin/barbaz
/tmp/stdout.txt
should be filled with aRecRecording
, right?The text was updated successfully, but these errors were encountered: