C. Dylan Shearer
C. Dylan Shearer
Could you use a notify script to do this? > On Sep 6, 2020, at 11:52 AM, Christian Kotte wrote: > > > Could you implement email notification to...
Yeah. When I get around to it ;) In the meantime, would this work: https://dshearer.github.io/jobber/doc/v1.4/#notifications > On Sep 7, 2020, at 3:46 AM, Christian Kotte wrote: > > > Wouldn't...
How do you feel about using YAML anchors/references? Like this: ``` [notifySinks] my_email: &my_email provider: 'email' params: email: '[email protected]' my_telegram_1: &my_telegram_1 provider: 'telegram' params: chat_id: '123456789' token: 'abcdef123456' my_telegram_2: &my_telegram_2...
Actually, I'm thinking of merging #179 into this. We have a notion of "result sink", which is given the result of a run (success/failure), stdout, and stderr, and then does...
Yes, this ticket is for providing these implementations. I do plan to do this, but I don't know by when.
Hi! Thank you so much for the kind words. This is not currently possible with jobber, and I currently do not have plans to implement it, but I will keep...
No, sorry. I’m trying to push out some other large changes for the next release. > On Jan 31, 2019, at 9:07 AM, Girish Ganeshan wrote: > > any ETA...
Well, we don't support `/n` with specific numbers, just `*/n`. I'll make this an enhancement request.
This is a bit tricky. Jobber needs to run several daemons, and that is not really possible in Docker. How are you trying to use Jobber in this image?
No reason; that's just the design. I can add a flag that causes the run to be logged and the notify program to be called.