Build Continuous Integration with Jenkins in C#

Build Continuous Integration with Jenkins in C#

In this tutorial, you’ll learn how to use continuous integration for a C# app securely using Okta + Jenkins.

Mattias Karlsson

Great write up, think there’s a small typo with “Dotnet public” should be “dotnet publish”.

Tristan

This is not a pipeline though, it’s a freestyle project in Jenkins.

Thanks for the awesome post. I have to use windows batch commands instead shell script (in build steps). Is it possible to use shell scripts while we’re running Jenkins server on Windows?