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: 7 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T15:07:43.000Z (12 months ago)
- Last Synced: 2025-01-11T04:31:05.191Z (9 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
[](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)