Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devpro/ci-pipeline-samples

Demonstration of different Continuous Integration (CI) tools
https://github.com/devpro/ci-pipeline-samples

bamboo bitbucket ci dotnet gitlab pipelines teamcity

Last synced: about 2 months ago
JSON representation

Demonstration of different Continuous Integration (CI) tools

Awesome Lists containing this project

README

        

# Demonstration of Continuous Integration (CI) tools

[![Gitlab Pipeline Status](https://img.shields.io/gitlab/pipeline-status/devpro-labs%2Fci-pipeline-samples?logo=GitLab)](https://gitlab.com/devpro-labs/ci-tools-demo/-/commits/main)

Let's explore different tools to implement CI pipelines!

## Platforms

Platform | Typology
-------------------------------------------|------------------------
[Azure DevOps](docs/azure-devops.md) | Cloud
[Bamboo Data Center](docs/bamboo.md) | Self-hosted (container)
[Bitbucket Cloud](docs/bitbucket-cloud.md) | Cloud
[Concourse](docs/concourse.md) | Self-hosted (container)
[GitHub](docs/github.md) | Cloud
[GitLab](docs/gitlab.md) | Cloud
[TeamCity Professional](docs/teamcity.md) | Self-hosted (container)

## Samples

* [.NET](samples/dotnet/README.md)