Category Archives: Deployment Automation
Deployment Tool: Pinterest Teletraan
Pinterest has recently announced that it will open source its deployment automation tool – Teletraan.
Simple testing using Simple Black Box
Simple Black Box enables testing an application by checking it’s logs, standard out, ports it’s listening, number of processes etc. It will check for the presence of strings in it’s logs or stdout, and print messages. In case of an error, it can pause the appication to let the developer inspect the problem.
Build, test and deployment delivery pipelines tools
Delivery pipeline is the workflow, or process of how an artifact advances from the various stages in its lifecycle from development to production. Usually, the stages are as follows: