TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Jenkins

Continuous Integration Tools

Overview

In this tutorial, we will go through different Continuous Integration tools. Continuous Integration is followed by Continuous Deployment what we call as CI/CD pipeline. Continuous deployment is the automation of the process of deployment of the build on to different environments like QA, Staging, and Production.

What is Continuous Integration

Continuous Integration is a software development practice to merge small changes of the code done by project team members frequently and automatically. If there is any code commit on the project source code, the CI tool automatically picks up the code, builds, and deploys on the QA instance. Automated tests are automatically run and test results are published.

 

CiCD pipeline

Tools

  • Jenkins

https://www.testingdocs.com/getting-started-with-jenkins/

  • Travis CI ( https://travis-ci.com/ )

 

TravisCI Website

  • CricleCI ( https://circleci.com/ )

 

Circle CI Website

 

  • Cruise Control

Cruise control is a continuous integration tool as well as an extensible framework for creating a custom build process.

 

CruiseControl Website

 

Related Posts

Jenkins Cloud Options

Jenkins /

Jenkins Cloud Deployment Offering

Blue Ocean Jenkins Plugin

Jenkins /

Blue Ocean Jenkins Plugin

Jenkins releases

Jenkins /

Jenkins Release lines

Calculator Tests Jenkins

Jenkins /

Run Calculator JUnit tests using Jenkins

Install Jenkins Plugins

Jenkins /

Install Jenkins Plugins

‹ Jenkins Release lines› Blue Ocean Jenkins Plugin

Recent Posts

  • Scaler Academy – An Online Learning Platform
  • Difference between PHP and JavaScript?
  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com