Giter Club home page Giter Club logo

dzone-ci-demo-app's Introduction

CI Demo Application

This is a simple Java Web Application used as a demo of a Continuous Integration (CI) pipeline. A graphical representation of the pipeline is presented below.

ci pipeline overview

  1. Developer clones code from the authoritative Git repository managed by Gerrit

  2. Developer pushes a code change into the pending changes repository managed by Gerrit

  3. The team lead reviews the code change in pending changes repository

  4. The team lead approves the code changes in the pending changes repository

  5. The team lead submits the code changes into the authoritative Git repository

  6. Gerrit triggers the Jenkins CI pipeline via a change-merged Git hook.

  7. The Checkout stage of the pipeline is run

  8. The Checkout stage clones the source code from the authoritative git repository

  9. The Build stage performs a maven build of the code

  10. The Analyze stage calls SonarQube to perform static code analysis

  11. The Archive stage uploads the WAR file into the Nexus repository. It also archives unit test results within Jenkins

  12. The Deploy to Development stage deploys the WAR from Nexus into the development servers *

  13. Upon authorized approval the Deploy to Test stage deploys the WAR into the test servers *

  14. Upon authorized approval the Deploy to Production stage deploys the WAR into the production servers *

*Note that the last three steps are considered part of the Continuous Deployment (CD) process, however this can also be handled by the Jenkins pipeline. These steps are simply placeholders that can be implemented if CD is desired.

dzone-ci-demo-app's People

Contributors

kharyam avatar

Stargazers

 avatar Kevin avatar Diego Alves avatar Robert Bus avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.