Category Archives: CI/CD

CICD Pipeline With Bamboo For PHP

CI/CDTutorial

How To Setup CI/CD Pipeline With Bamboo For PHP Projects

Accurate automation testing and seamless product delivery are the two major factors that can help build an exceptional product experience. This principle applies to a range of software products like websites, mobile applications, web applications, and more.

May 28, 2021

view count127315 Views

Read time18 Min Read

Jenkins Vs. GoCD

CI/CDTutorial

Battle Of CI/CD Tools Vs Jenkins

If you focus on continuous delivery or continuous deployment, you might have come across tools like Jenkins and GoCD. Jenkins is a potent tool that allows you to use plugins available from its vast store.

May 19, 2021

view count87962 Views

Read time19 Min Read

Set Jenkins Pipeline Environment Variables

CI/CDTutorial

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

view count173058 Views

Read time14 Min Read

Guide To Jenkins Declarative Pipeline

CI/CDTutorial

Jenkins Declarative Pipeline [With Examples]: Detailed Guide

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

view count137420 Views

Read time14 Min Read

CI/CDTutorial

Travis CI Tutorial: Build 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

view count94291 Views

Read time14 Min Read

Run A Job In Jenkins Using Jenkins

CI/CDAutomationTutorial

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

view count242435 Views

Read time16 Min Read

Using GitLab CI To Run Tests Locally

CI/CDAutomationTutorial

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

view count166468 Views

Read time17 Min Read

Use-Jenkins-Shared-Libraries-In-A-Jenkins-Pipeline

CI/CDTutorial

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

view count92584 Views

Read time11 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

view count80239 Views

Read time16 Min Read

CI/CDTutorial

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

view count75467 Views

Read time16 Min Read