You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#jobber reload
Call to Jobber failed: Failed to parse "jobs" section: yaml: unmarshal errors:
line 12: cannot unmarshal !!seq into bool
line 17: cannot unmarshal !!seq into bool
i'm using latest version from docker container, 14.4
Would you be able to help me? thanks
The text was updated successfully, but these errors were encountered:
My docker file runs my script every second. This is the example-scheduled-task.sh script:
#!/bin/sh
echo "The donkey is in charge"
The command jobber test ExampleScript returns:
~ $ jobber test ExampleScript
Running job "ExampleScript"...
Job "ExampleScript" succeeded.
New status: Good.
Stdout:
The donkey is in charge
Stderr:
So it seems [jobs]is, somehow, valid yaml. None of the configurations I've seen for actually capturing the output of that script , including those that include changing [jobs] to jobs:, seem to work, however.
Hi,
I have the following job definition:
but if i run jobber reload i get:
i'm using latest version from docker container, 14.4
Would you be able to help me? thanks
The text was updated successfully, but these errors were encountered: