Jenkins

CI/CD using Jenkins job

Posted on

Jenkins Jenkins is a self-contained (Java-based program), open source automation server. It is used by various organizations to perform DevOps practices, like Continuous Integration and Continuous delivery.  With the help of its extendable architecture through plugins, it can easily be integrated with myriads of tools and can easily implement CI/CD using Jenkins job both manually […]

Devops Tools

Maven installation and configuration — Windows

Posted on

Maven Maven is a project management & comprehension tool that provides a complete build lifecycle framework to assist developers. It is a build automation tool used primarily for Java projects, though can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Maven addresses two aspects of building software: first, it describes how software is built, and second, it describes its dependencies. […]

Devops Tools

Jenkins integration with Maven

Posted on

Maven  is a build automation tool used primarily for Java projects, though can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Jenkins integration with Maven through plugins aids to automate the complete build. Maven is a program that automates the creation of executable applications from source code. It incorporates compiling, linking and packaging the code […]

Jenkins

Integrate Selenium with Jenkins

Posted on

How to Integrate Selenium with Jenkins This blog will help you to Integrate Selenium with Jenkins. This will help you to run the selenium scripts using Jenkins automatically or as per your need. Requirement Download the sample code from github Maven Installation Setup with eclipse Download the sample code from github Clone the repository from here cd […]