Category Archives: CI/CD
How To Set Jenkins Pipeline Environment Variables?
Jenkins is an open-source and extensible continuous integration and continuous deployment server. It is used to automate the process of continuous integration and continuous deployment(CI/CD).
April 30, 2021
123101 Views
13 Min Read
Comprehensive Guide To Jenkins Declarative Pipeline [With Examples]
Jenkins Pipeline is an automation solution that lets you create simple or complex (template) pipelines via the DSL used in each pipeline. Jenkins provides two ways of developing a pipeline- Scripted and Declarative.
April 8, 2021
111456 Views
14 Min Read
How To Build Your First CI/CD Pipeline With Travis CI?
Continuous Integration is considered one of the best practices in development where code integrations are done frequently into the code repository rather than waiting to commit a larger version.
March 24, 2021
87260 Views
11 Min Read
• 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
225084 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
148483 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
75718 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
63342 Views
15 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
59153 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
60866 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
146732 Views
17 Min Read