| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jobber-1.4.0-1.el7.x86_64.rpm | 2019-04-13 | 6.7 MB | |
| jobber-1.4.0-r0.apk | 2019-04-13 | 7.5 MB | |
| jobber_1.4.0-1_amd64.deb | 2019-04-13 | 4.6 MB | |
| README.md | 2019-04-13 | 854 Bytes | |
| v1.4.0.tar.gz | 2019-04-13 | 2.6 MB | |
| v1.4.0.zip | 2019-04-13 | 2.8 MB | |
| Totals: 6 Items | 24.2 MB | 0 | |
Jobber 1.4 is a large release. Jobber now supports "result sinks" --- configuration options that let you direct job results to files, programs, or network sockets. Also, Jobber can now be controlled via a network socket using JSON-RPC. This makes it easy to run Jobber in a Docker container and control it from outside the container.
Enhancements: * (#25) pref/jobOutput: Write job output to disk. * (#182) Direct passthru of stdout/stderr from tasks to parent (for Docker) * (#183) jobberrunner: Support receiving commands from network socket in JSON * (#184) cmd/set_job: Make * (#185) cmd/delete_job: Make * (#186) Use concept of "result sinks" for result notifications and writing output to disk * (#187) Make result sink that pushes results over socket connection * (#216) Reduce verbosity of jobberrunner task output
Bugfixes: none