THIS PROJECT IS ABANDONED
Pipeline is a Continuous Delivery (CD) tool, which we and all stakeholders of the CD pipeline love to use. Licensed under the MIT License
Find the latest release on the releases page. And follow the installation and configuration documentation to get started.
- Website
- Source
- Documentation
- User/Dev Forum
- Issue Tracker
- Ignite talk "Continuous Integration and Delivery tools, do we really like using them?"
Follow us on Twitter @pipelinecd
This project is currently in a very early state of development. Development happens in a LEAN way, bit by bit adding features and improving based on user experiences and feedback. Give your feedback at the user/dev forum.
THIS PROJECT IS ABANDONED
- From the ground-up, pipeline-based
- Pipeline configuration in pipeline domain language (DSL)
- Version controlled pipeline configuration
- Support for public and private git repositories
- hosted on Github, triggered via webhook
- hosted on GitLab(.org/com), triggered via [webhook] as explained on [Web hooks] help page of your GitLab installation
Some ideas on epics/topics we want to have implemented along the way, in no particular order:
- Configuration service that provides generic configuration to all pipelines
- Also supporting a secure way for sensitive configuration data
- Native packages for different OS'es, for easy installation
- Also providing scripts to run services as system daemons/services
- Extensive logging and monitoring functionality
- Extend pipeline configuration with environment and execution information for simpler maintenance by not depending on specific server configurations, the pipeline takes care of everything in a versioned manner. For example:
- Environment variables to make available to the whole pipeline, specific stages or specific commands
- System applications and versions which are required to run the pipeline are installed and configured automatically
- ...
- Different GUI's, for the different types of users and usages
- All communicating with one single API against the system
- Support for different authentication and authorization schemes
The only prerequisite is that you have JDK 7 or higher installed.
After cloning the project, type ./gradlew build
(Windows: gradlew build
). All build dependencies,
including Gradle itself, will be downloaded automatically (unless already present).
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
- Andrew Oberstar for being the very first code contributor and all-round providing great support and feedback
- Martin Kovachki for awesome logo designs
- Tricode for sponsoring developer-time and resources in 2013