We are currently using Azure Pipelines for continous integration. Our applications are developed witn .NET framework. But when we look at the online Jenkins is the most widely used tool for continous integration. Can you please give me the advice which one is best to use for my case Azure pipeline or jenkins.
7 upvotes·631.7K views
Replies (1)
If your source code is on GitHub, also take a look at Github actions. https://github.com/features/actions
2 upvotes·497.3K views