How to Create & Configure CodePipeline on Amazon Web Service.

AWS Code Pipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. You can easily integrate AWS Code Pipeline with third-party services such as GitHub or with your own custom plugin. AWS CodePipeline is a workflow management tool that allows users to …

How to Create & Configure CodeBuild on Amazon Web Service (AWS)

AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers.Build and test code with continuous scaling, with pay as you go pricing across platforms such as Java, …

How to Create CloudFront on Amazon Web Service

Amazon CloudFront is a content delivery network operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content. CloudFront works seamlessly with any AWS origin, such as Amazon …

How to Create a Job on Jenkins

Jenkins is a free and open source automation server. Using Jenkins, we can automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. There are various types of jenkins jobs: Freestyle project. Maven project. Pipeline. Multibranch pipeline. External Job. Multi-configuration project. Github organization. Create a Job First …

How to Create Pipeline Job on Jenkins

Create new jobs/Items on Jenkins First we need to install the Jenkins on system so click on link Here Once Jenkins is installed on system. Login to Jenkins server. Provide username & password.     Click on Create a jobs option.     Provide item/job name. Select Pipeline. Click on Ok.     Provide project …