Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days ago
JSON representation
Demonstration of different Continuous Integration (CI) tools
- Host: GitHub
- URL: https://github.com/devpro/ci-pipeline-samples
- Owner: devpro
- License: apache-2.0
- Created: 2021-01-03T20:42:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T15:07:43.000Z (4 months ago)
- Last Synced: 2024-11-12T07:07:56.969Z (3 months ago)
- Topics: bamboo, bitbucket, ci, dotnet, gitlab, pipelines, teamcity
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)