Skip to content

autodesk-cloud/ci-ochopod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Travis-like CI/CD backend for Ochopod

Overview

This repo is a small set of Ochopod images forming together a simple, no-nonsense CI/CD backend which can be easily integrated with Git. The CI part uses Redis as a small queue propagating HTTP POST requests from Git hooks into a pool of build slaves. The slaves piggy-back on their host Docker daemon to build or push images while keeping repositories and their artifacts cached. Builds happen upon a git push and can be customized using a simple Travis like description file.

This backend is scalable, 100% Python based and can be easily specialized given your workflow !

The CD part meshes with the Ochothon proxy to remotely execute complex deployment procedures on behalf of external tools like Jenkins.

Documentation

Our Sphinx documentation can be found under docs/. Just go in there and build for your favorite target, for instance:

$ cd docs
$ make html

The docs will be written to _docs/build/html. This is all Sphinx based and you have many options and knobs to tweak.

Support

Contact autodesk.cloud.opensource@autodesk.com for more information about this project.

License

© 2015 Autodesk Inc. All rights reserved

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.