The JenkinsSample
This is a sample project to demonstrate building a C# project in Jenkins and running tests.
The sample now uses a Jenkins shared library which is also public to for building. This project can be forked (I don't recommend relying on it directly, as it would be running code you haven't reviewed).
The corresponding blog posts (so far) are available at:
- Personal CI/CD
- Installing Jenkins for my CI/CD
- CI/CD Visual Studio Project Layout
- CI/CD Scanning Github for Repositories from Jenkins
- CI/CD Building a C# Project in Jenkins
- CI/CD Running Project Tests
- CI/CD Publishing NuGet Packages
- CI/CD Revisions!
- CI/CD Code Coverage
- CI/CD Static Security Scanning
- CI/CD Slack Notifications
- CI/CD Test Results in Slack
- CI/CD Extending Slack Support
- CI/CD Log Processing