Git Product home page Git Product logo

dotnet-sdk-plugin's Introduction

dotnet-sdk-plugin

Jenkins Plugin GitHub Release Jenkins Plugin Installs Jenkins CI Status

This is a plugin for Jenkins, providing convenient use of .NET SDKs, specifically the SDKs for .NET Core and .NET 5.0.

This includes:

  • configuration of named SDKs as global tools, with automatic installation via download
    • dotnetsdk in the tools section of a declarative pipeline
  • a build wrapper, to set up the environment for a particular .NET SDK
    • a "With .NET" section in freestyle jobs
    • withDotNet in pipelines
  • several builders, for common dotnet commands:
    • dotnetBuild - runs "dotnet build"
    • dotnetClean - runs "dotnet clean"
    • dotnetListPackage - runs "dotnet list package"
    • dotnetNuGetDelete - runs "dotnet nuget delete"
    • dotnetNuGetPush - runs "dotnet nuget push"
    • dotnetPack - runs "dotnet pack"
    • dotnetPublish - runs "dotnet publish"
    • dotnetRestore - runs "dotnet restore"
    • dotnetTest - runs "dotnet test"
    • dotnetToolRestore - runs "dotnet tool restore"

The builders are just for convenience; when using the build wrapper, any dotnet command line can be executed using a shell step (bat, sh, powershell, pwsh, ...), as applicable.

Reporting Problems

Please report issues in the Jenkins Issue Tracker. File them under the JENKINS project, making sure to add the dotnet-sdk-plugin component.

Release Notes

Available as part of the GitHub Releases.

dotnet-sdk-plugin's People

Contributors

dependabot[bot] avatar zastai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.