drautureau / DotCi

DotCi Jenkins github integration, .ci.yml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##DotCi - Jenkins github integration, .ci.yml. Brings ease of build configuration of cloud ci systems like travisci and ease of runtime environment configuration of docker to jenkins.

Commit status + Commit status + Commit status


##Features


###Github Integration

  • Automatically sets up Github webhooks for pull requests and github pushes when a new job is setup.
  • Private Repo support via generated deploy keys.
  • Sets commit status during and after build run.
  • Jobs follow name-spacing structure of github, jobs are nested under organization folder(Screenshot)
  • Authorization scheme mapped to corresponding github repo permissions. (Screenshot)
  • Changeset is calculated from github payload.
  • Builds for master branch get special treatment
    • LastBuild permalink points to last build for master.
    • master branch status is treated as job status( useful for dashboard/job weather tools)
    • lastSuccessfulMaster permalink.

Job Enhancements

  • Custom build history branch tabs. Define custom tabs based on a branch regex (Screenshot).
  • Fetch builds by git sha (job/meow/sha?value=<sha>)
  • Fetch last build for a branch (job/meow?branch=<branch-name>)
  • Commit History View lists commit history for the sha built by the build.(Screenshot).
  • Scaling Jenkins.
  • Backed by a mongodb database.
  • Store unlimited number of builds without performance degradation.
  • Query build statistics by querying database. Job/Build data is stored in mongodb bson format.

###Setup See: Installation ###Usage See: Usage ###Extending DotCi See: Extending DotCi ###Developer Setup See: Developer Setup

###License

The MIT License (MIT)

Copyright (c) 2014, Groupon, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

DotCi Jenkins github integration, .ci.yml

License:MIT License


Languages

Language:Java 98.7%Language:Groovy 1.3%