A tool written in Go designed to execute a flow of jobs, which are themselves composed of tasks, as the same way of Ansible or some CI tools such as Travis, Gitlab or Circle.
Stars
2
Forks
0
Watchers
2
Open Issues
29
Overall repository health assessment
No package.json found
This might not be a Node.js project
48
commits
fix(flow): Jobs being executed randomly in the flow, not in the order
40fe7e7View on GitHubfeat(flow): Use a new logger for each flow execution on remote
b39bb78View on GitHubfeat(flow/job): Execute same job in parallel on remote machine
d1e74a6View on GitHubfix(flow): Store job result when the flow isnt on remote (#49)
685989aView on GitHubfix(inventory): Host lookup failed randomly in group in the inventory
de60dfeView on GitHubfeat(jobflow/flow): Disable logging and print unformatted job result in
3ab3f2dView on GitHubfeat(flow/job): Execute a job on remote machine with ssh & scp (#37, #38, #39, #40)
271619eView on GitHubfeat(job): Add attitrbute `hosts` to specify if the job is local or
bc2b402View on GitHub