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: about 2 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T15:38:18.000Z (about 1 year ago)
- Last Synced: 2023-12-24T16:38:18.331Z (about 1 year ago)
- Topics: bamboo, bitbucket, ci, dotnet, gitlab, pipelines, teamcity
- Language: Dockerfile
- Homepage:
- Size: 31.3 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)