Jenkins is one of the best tool used in IT industry to automate tasks such as building, testing, and deploying software. On cloud majority of startups and well-established companies prefer to have separated builds, this means they separate the software process in terms of different environments/stages. If a company runs its software development process in a distributed environment, then it needs different/separate machines for build, test and deployment tasks. An ideal fit for this type of architecture is Jenkins Master Slave …
Tag: Jenkins
There are two important parts of web development, Testing and Deployment. Previously, testing and then later deployment became a very monotonous and repeated task that every developer had to perform now and then. There was a need …
In this article will demonstrate how to setup SonarQube Analysis on Git Pull Requests. SonarQube will help developers to analyze newly committed code about what’s wrong with the code and how to improve it. This way …
Git Pull Request Builder plugin is used when a new pull request is opened in the project and the author of the pull request isn’t white-listed, builder will ask “Can one of the admins verify this …
This article will help you automate tasks on basis of triggers generated github repository. For eg: A customer wants to run a job in jenkins whenever a push request is done on their development Github repository. …
This is second article from my DevOps Series, in this article we will setup jenkins project on amazon linux. In first article, we launched and installed Jenkins on Amazon Linux AMI. Before starting please make sure to have …
In this article, we will see how to install Jenkins on Amazon Linux EC2 instance, before that let’s know what is Jenkins, what is its purpose and why it is the most widely used CI/CD tool …
Social Profiles