Giter Site home page Giter Site logo

derek63 / jenkins-job-dsl-pipelines Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esbtools/jenkins-job-dsl-pipelines

0.0 2.0 0.0 32 KB

Framework for creating Jenkins pipelines with git and the Jenkins groovy job dsl.

License: GNU Affero General Public License v3.0

Groovy 100.00%

jenkins-job-dsl-pipelines's Introduction

Jenkins Job DSL Pipelines Framework

Definition

The Jenkins CI/CD Pipline is a wrapper around the Job DSL and Pipeline Jenkins plugins. The goal is to be able to tie the two together in order to be able to define in code how a project is built and promoted through environments.

There are essentially two stages. The first is the project build stage and the second is the promotion of artifacts to each environment. Both stages are a collection of jobs. This table explains what jobs are in each stage.

Stage Job Description
Build C-I Build Master job that tracks the c-i branch of a component.
Actual Build Job that actually performs the build. Used as a "subproject" of C-I Build.
Analyze Performs static analysis of the code. Not used to gate deployment, just used to inform human interaction with the pipeline.
Prepare Release Prepares a release.
Integration Test Run any integration tests for the component.
${environment} Deploy Deploy the code to ${environment}.
Test Run smoke tests and automated tests to verify the state of ${environment}.
Promote Promote to the next environment.

In Jenkins CI/CD Pipline speak, the Build stage is encapsulated in a Component and the ${environment} stages are handled within the Pipeline itself.

Required Jenkins Plugins

  • build-pipeline-plugin
  • cloudbees-folder
  • delivery-pipeline-plugin
  • git
  • git-client
  • instant-messaging
  • ircbot
  • job-dsl
  • jquery
  • multiple-scms
  • parameterized-trigger
  • saml
  • scm-api
  • token-macro

License

AGPLv3; see LICENSE.txt for details

jenkins-job-dsl-pipelines's People

Contributors

kahowell avatar dcrissman avatar

Watchers

James Cloos avatar Derek 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.