synapser Build & Deploy System

When I started to work on the synapser client, I was given a task to design and implement the client build system. In this post, I will discuss the requirements that was given to me, the practices we established, and how the synapser client build system works. The slides is …

Passing Parameters Between Jenkins Jobs

While working on the automated build system for the R client at Sage, I discovered how to pass parameters between Jenkins jobs. In this post, I will talk about why I was interested in this topic, and what I learned from setting up my builds. Why passing parameters between Jenkins …