Published February 08, 2019 by

Configure GitHub Webhook in Jenkins Job

In this tutorial, we will learn how to Jenkins automatically create a build if it detects changes to a GitHub repository.

GitHub webhooks feature in Jenkins is used to trigger the build whenever a developer commits something to the master branch.


Read More
Published February 02, 2019 by

AWS S3 LifeCycle rules for moving data from S3 to Glacier

In this tutorial, we learn how do you move your data from Amazon S3 to Glacier? Using Lifecycle Policies. These policies are basically just rules that you can set up to move the data from S3 to Glacier at specific times. Let’s learn how to create a Lifecycle Policy.

Read More