Skip to content
/ DotCi Public
forked from groupon/DotCi

DotCi Jenkins github integration, .ci.yml

License

Notifications You must be signed in to change notification settings

srlochen/DotCi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##DotCi - Jenkins github integration, .ci.yml. Commit status + Commit status + Commit status

#####From the folks at: 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.
    • Configure build environment (language/version/dbs etc).
    • Branch/pusher specific build customization through groovy templating.
    • Plugin configuration.
    • Notification configuration.
    • Skip Builds based on sha/branch/pusher/pull request etc.
  • 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
  • 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

###Usage See: Usage ###Setup See: Setup ###Extending DotCi See: Extending DotCi ###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

Languages

  • Java 99.7%
  • Groovy 0.3%