Skip to content

horaceheaven/DotCi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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 (both github.com and GHE)

    • Automatically sets up Github webhooks for pull requests and github pushes when a new job is setup.
    • Sets commit status during and after build run. Commit status
    • Projects are name-spaced under organization which allows creation of multiple projects with same names under different organizations.
  • Build configuration through .ci.yml

    • Speed up builds by running builds in parallel.(Example)
    • Configure build environment (language/version/dbs etc). (Example)
    • Branch/pusher specific build customization through groovy templating.(Example)
    • Plugin configuration.(Example)
    • Notification configuration.
    • Skip Builds based on sha/branch/pusher/pull request etc.(Example)
  • Docker Support

    • Having a Dockerfile in the repo will build an image and run tests against the image.
    • Or specify a docker image to run build against in .ci.yml. (Example)
    • Link against services like mysql, redis ect. (Example)
  • Defaults for each language type (eg: mvn install for java), language is auto detected.

  • Scaling Jenkins.

    • Backed by a mongodb database
    • No need to purge builds to improve startup time/performance.
    • Query build statistics by querying database.
  • Build shortcuts for deploy/command line tools

    • Fetch builds by git sha (job/meow/23/sha?value=<sha>)
    • Or branch specific permalinks (lastSuccessfulMaster) .
  • Extensible

    • Add new types of notifications/plugins supported in .ci.yml by writing plugins for DotCi.
  • UI enhancements

    • Organization View

      Org

    • User builds view (This is the default view in our jenkins installation)

      User Builds

    • Build history by branch

      branch history

###Setup See: Installation ###Usage See: Usage ###.ci.yml examples See: .ci.yml examples ###Extending DotCi See: Extending DotCi ###Developer Setup See: Developer Setup ###Extras

###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

Resources

License

Stars

Watchers

Forks

Packages

No packages published