Tag: Cicd
-
Automating CI/CD workflow for serverless apps with CircleCI
Posted on January 1, 2018, Level intermediate Resource Length long
Rupak Ganguly wrote neat post about the process of continuous integration and deployment (CI/CD) of serverless application -- which can be really challenging. In this post, author takes a deep look at the end-to-end workflow of automating a CI/CD process for a serverless application via CircleCI.
Tags cicd aws containers serverless
-
Automated image builds with Jenkins, Packer, and Kubernetes
Posted on November 28, 2017, Level intermediate Resource Length long
Detailed article - tutorial from Google Cloud Platform (GCP) engineers about deploying faster. Creating custom images to boot your Google Compute Engine instances or Docker containers can reduce boot time and increase reliability. By pre-installing software into a custom image, you can also reduce your dependency on the availability of 3rd party repositories that are out of your control.
Tags cicd kubernetes containers gcp
-
How To Build Android Apps with Jenkins
Posted on May 7, 2017, Level intermediate Resource Length medium
Digital ocean article you will learn how to setup Jenkins to build Android apps. It will mostly talk about the new build system called Gradl.
Tags app-development cicd devops