MOUNT DIRECTORY TO A NEW PARTITION As per our requirement that we discussed in the previous article we need to now mount directory /opt/devdata to a new storage size of 5GB. So, to do this, we will have to create a volume...
Category - Uncategorized
In the previous article, we have seen the introduction to AWS Elastic Block Store and also set up our EC2 instance. In this article, we are going to learn some interesting concepts. We will be covering the below...
Amazon Elastic Block Store (Amazon EBS) provides persistent block storage volumes for use with Amazon EC2 instances. Each EBS volume is automatically replicated within its Availability Zone to protect you from the component...
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It allows you to obtain and configure capacity with minimal friction. Amazon EC2 provides developers the...
Build Triggers So far we have been triggering the build using 2 ways: ManuallyBy setting up a downstream job(which has an automatic trigger) Let’s trigger the build remotely Copied the URL The url created...
Jenkins Master/Slave Use cases for Master/Slave: Load distributionCross Platform BuildsSoftware Testing Prerequisites for Node are: any OS, network access from master, jdk, user, directory with User ownership, Tools as...
Static Code Analysis Code Analysis is done to check the vulnerabilities in the code or to check any functional errors before deployment. Code Analysis will reveal the future issues which may arise later on. For different...
Emails are sent via smtp server. Therefore, we need to set the smtp server on our Jenkins in Configure System. In this example I would be using smtp server by gmail. If you are using gmail, you need to disable the captcha and...
Let’s first understand the concept of Continuous Integration before jumping to Jenkins. As we all know that developer would be doing the coding, builds it locally, tests it locally and then pushes the code to Version...
Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of...