All Projects → FlowCI → Flow Core X

FlowCI / Flow Core X

Licence: apache-2.0
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Flow Core X

Drone
Drone is a Container-Native, Continuous Delivery Platform
Stars: ✭ 24,287 (+2091.97%)
Mutual labels:  build-automation, ci, continuous-integration, ci-cd
flow-platform-x
Continuous Integration Platform
Stars: ✭ 21 (-98.1%)
Mutual labels:  continuous-integration, ci, ci-cd
Agola
Agola: CI/CD Redefined
Stars: ✭ 783 (-29.33%)
Mutual labels:  devops, continuous-integration, ci-cd
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps 📱 using Github Actions 💊 + Firebase Distribution 🎉
Stars: ✭ 37 (-96.66%)
Mutual labels:  continuous-integration, ci, ci-cd
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (-33.84%)
Mutual labels:  continuous-integration, ci, ci-cd
www.go.cd
Github pages repo
Stars: ✭ 39 (-96.48%)
Mutual labels:  continuous-integration, ci, ci-cd
Iceci
IceCI is a continuous integration system designed for Kubernetes from the ground up.
Stars: ✭ 29 (-97.38%)
Mutual labels:  devops, ci, continuous-integration
Dyn365 Ce Vsts Tasks
VSTS Extension for Dynamics 365 Customer Engagement
Stars: ✭ 94 (-91.52%)
Mutual labels:  build-automation, devops, continuous-integration
Doact
A Terraform module for hosting your own runner for CI/CD on Digital Ocean to run jobs in your GitHub Actions workflows. 🚀
Stars: ✭ 42 (-96.21%)
Mutual labels:  devops, ci, ci-cd
Fluenttc
🌊 👬 🏢 Integrate with TeamCity fluently
Stars: ✭ 42 (-96.21%)
Mutual labels:  devops, ci, continuous-integration
Buildhelpers
Helper functions for PowerShell CI/CD scenarios
Stars: ✭ 174 (-84.3%)
Mutual labels:  build-automation, continuous-integration, ci-cd
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (-37.27%)
Mutual labels:  build-automation, devops, continuous-integration
Xrm Ci Framework
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
Stars: ✭ 172 (-84.48%)
Mutual labels:  build-automation, devops, continuous-integration
Gocd
Main repository for GoCD - Continuous Delivery server
Stars: ✭ 6,314 (+469.86%)
Mutual labels:  ci, continuous-integration, ci-cd
Ci Detector
Detect continuous integration environment and get information of current build
Stars: ✭ 138 (-87.55%)
Mutual labels:  build-automation, ci, continuous-integration
prettier
🔨 Native, blazingly-fast Prettier CLI on Github Actions
Stars: ✭ 19 (-98.29%)
Mutual labels:  continuous-integration, ci, ci-cd
Dyn365 Ce Devops
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
Stars: ✭ 82 (-92.6%)
Mutual labels:  build-automation, devops, continuous-integration
Leeroyci
Leeroy is a self hosted, continuous integration and build service
Stars: ✭ 84 (-92.42%)
Mutual labels:  build-automation, ci, continuous-integration
Ccmenu
CCMenu is a Mac application to monitor continuous integration servers.
Stars: ✭ 306 (-72.38%)
Mutual labels:  ci, continuous-integration, ci-cd
Concourse
Concourse is a container-based continuous thing-doer written in Go.
Stars: ✭ 6,070 (+447.83%)
Mutual labels:  ci, continuous-integration, ci-cd

Logo

A powerful and user-friendly CI/CD server

What is flow.ci?

flow.ci is an open-source CI/CD automation server that designed for reducing the complexity and increasing user experience. It supports high availability, multiple building environment, and scalability with dynamic agents.

  • High Availability

    flow.ci is designed to work in the cloud -- public, private, or hybrid, it could be deployed with multiple instances, the configuration/jobs data on the node may not be lost when the instance fails.

  • High Performance

    • scaling: automatically scale agent either on K8s cluster or Linux host
    • parallel: job steps can be executed in parallel on multiple agents
    • cache: cache anything to speed up the build
  • Zero Configuration

    flow.ci tries to minimize the complexity of any configuration, the server could be started with three command lines. It also provides build templates of many programming languages, a job could be started just using it.

  • Online Debugging

    flow.ci supports the online TTY terminal so that you could find out the problems in the running job from runtime terminal.

  • Flexible Plugins

    Using plugins on flow.ci is quite simple, you just need type the plugin name in the step. Developing a plugin is also quite easy, you could use any language on your own plugin development.

  • Flexible Runtime

    Each step or step group can be run either on any docker images or native os.

Quick start

Docker & Docker-Compose are required

git clone https://github.com/FlowCI/docker.git flow-docker
cd flow-docker
./server.sh start

Documentation

Need Help? submit issue from here

Templates

maven, npm, golang, ruby, android and more

Architecture

architecture

Preview

demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].