Category Archives: CI/CD
• CI/CD • Automation • Tutorial
How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?
As per the official Jenkins wiki information, a Jenkins freestyle project is a typical build job or task. This may be as simple as building or packaging an application, running tests, building or sending a report, or even merely running few commands.
March 19, 2021
243951 Views
16 Min Read
• CI/CD • Automation • Tutorial
How To Use GitLab CI To Run Tests Locally
Taking over from its predecessor, Jenkins, GitLab CI is a continuous integration/continuous delivery (CI/CD) server. It helps development teams to test code from a centralized location, all while providing built-in integration with Git repositories.
March 10, 2021
167797 Views
17 Min Read
How To Use Shared Libraries In A Jenkins Pipeline?
As Agile methodology picks pace, tools that enable faster time to deliver software got more prominence. Jenkins, arguably the widely used DevOps automation tool, helps companies achieve the full benefits of Agile methodology.
March 2, 2021
93905 Views
11 Min Read
• CI/CD
How To Set Up Continuous Integration With Git and Jenkins?
There are various CI/CD tools such as CircleCI, TeamCity, Bamboo, Jenkins, GitLab, Travis CI, GoCD, etc., that help companies streamline their development process and ensure high-quality applications.
February 23, 2021
81469 Views
16 Min Read
How To Integrate Cucumber With Jenkins?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is an open-source BDD (Behavior-Driven Development) testing tool for automation testing of web applications. It remains to be one of the best frameworks for functional and acceptance testing.
February 11, 2021
77080 Views
16 Min Read
• CI/CD • Selenium Java • Tutorial
How To Generate TestNG Reports In Jenkins?
TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but designed to be better than JUnit, especially when testing integrated classes.
February 4, 2021
73743 Views
16 Min Read
How To Build a CI/CD Pipeline In Azure DevOps ?
Azure DevOps by Microsoft Azure is one of the leading tools that automate CI/CD’s process and, in turn, supports automatic builds and code projects to make them available to others.
February 2, 2021
178121 Views
21 Min Read
CircleCI Vs. GitLab: Choosing The Right CI/CD Tool
He is a gifted driver. Famed for speed, reverse J, and drifts. He can breeze through the Moscow and Mexico traffic without sweating a drop. Of course, no one gets cracking on Bengaluru roads 😛 But despite being so adept behind the wheels, he sometimes fails to champ the street races.
January 21, 2021
108846 Views
15 Min Read
• CI/CD • Selenium WebDriver • Tutorial
Running Selenium Tests in Jenkins
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. DevOps, an organizational approach that has been used immensely for quicker development and deployment of applications, has been the latest technical buzz.
December 14, 2020
89198 Views
13 Min Read
Jenkins vs Travis vs Bamboo vs TeamCity: Clash Of The Titans
What’s the first thing that comes to mind when you hear the words Software Development and DevOps? There’s only one magic word (five to be more precise)- Continuous Integration and Continuous Delivery.
October 22, 2020
53762 Views
22 Min Read