{"id":24956171,"url":"https://github.com/jenkinsci/dotnet-sdk-plugin","last_synced_at":"2025-07-14T04:15:27.991Z","repository":{"id":36973557,"uuid":"267095098","full_name":"jenkinsci/dotnet-sdk-plugin","owner":"jenkinsci","description":"Jenkins plugin for using a .NET SDK (and its dotnet executable) as a global tool.","archived":false,"fork":false,"pushed_at":"2025-02-03T05:33:57.000Z","size":927,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T16:24:38.151Z","etag":null,"topics":["dotnet","dotnet-cli","dotnet-core","msbuild","mstest","nuget","vstest"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/dotnet-sdk/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-26T16:29:32.000Z","updated_at":"2025-02-07T10:14:52.000Z","dependencies_parsed_at":"2023-12-26T22:32:27.346Z","dependency_job_id":"beaa8046-a502-472f-981f-2e22a7a288de","html_url":"https://github.com/jenkinsci/dotnet-sdk-plugin","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fdotnet-sdk-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fdotnet-sdk-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fdotnet-sdk-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fdotnet-sdk-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/dotnet-sdk-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271910,"owners_count":21075800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dotnet-cli","dotnet-core","msbuild","mstest","nuget","vstest"],"created_at":"2025-02-03T06:27:50.846Z","updated_at":"2025-04-10T18:42:48.424Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotnet-sdk-plugin\n\n[![Jenkins Plugin][Badge:Version]](https://plugins.jenkins.io/dotnet-sdk)\n[![GitHub Release][Badge:ReleaseNotes]](https://github.com/jenkinsci/dotnet-sdk-plugin/releases/latest)\n[![Jenkins Plugin Installs][Badge:Installs]](https://plugins.jenkins.io/dotnet-sdk)\n[![Jenkins CI Status][Badge:Build]](https://ci.jenkins.io/job/Plugins/job/dotnet-sdk-plugin/job/main/)\n\nThis is a plugin for [Jenkins][Jenkins], providing convenient use of\n[.NET SDKs][MS:Download], specifically the SDKs for .NET Core and .NET\n5.0.\n\nThis includes:\n\n- configuration of named SDKs as global tools, with automatic\n  installation via download\n  - `dotnetsdk` in the `tools` section of a declarative pipeline\n- a build wrapper, to set up the environment for a particular .NET SDK\n  - a \"With .NET\" section in freestyle jobs\n  - `withDotNet` in pipelines\n- several builders, for [common `dotnet` commands][MS:Docs]:\n  - `dotnetBuild` - runs \"`dotnet build`\"\n  - `dotnetClean` - runs \"`dotnet clean`\"\n  - `dotnetListPackage` - runs \"`dotnet list package`\"\n  - `dotnetNuGetDelete` - runs \"`dotnet nuget delete`\"\n  - `dotnetNuGetPush` - runs \"`dotnet nuget push`\"\n  - `dotnetPack` - runs \"`dotnet pack`\"\n  - `dotnetPublish` - runs \"`dotnet publish`\"\n  - `dotnetRestore` - runs \"`dotnet restore`\"\n  - `dotnetTest` - runs \"`dotnet test`\"\n  - `dotnetToolRestore` - runs \"`dotnet tool restore`\"\n\nThe builders are just for convenience; when using the build wrapper,\nany dotnet command line can be executed using a shell step (`bat`,\n`sh`, `powershell`, `pwsh`, ...), as applicable.\n\n## Reporting Problems\n\nPlease report issues in the [Jenkins Issue Tracker][Issues].\nFile them under the `JENKINS` project, making sure to add the\n`dotnet-sdk-plugin` component.\n\n## Release Notes\n\nAvailable as part of the [GitHub Releases][Releases].\n\n[Badge:Version]: https://img.shields.io/jenkins/plugin/v/dotnet-sdk.svg?label=latest%20version\u0026color=indigo\n[Badge:ReleaseNotes]: https://img.shields.io/github/release/jenkinsci/dotnet-sdk-plugin.svg?label=Release%20Notes\u0026color=indigo\n[Badge:Installs]: https://img.shields.io/jenkins/plugin/i/dotnet-sdk.svg?color=indigo\n[Badge:Build]: https://ci.jenkins.io/job/Plugins/job/dotnet-sdk-plugin/job/main/badge/icon?subject=Jenkins%20CI\n[Issues]: https://issues.jenkins-ci.org/\n[Jenkins]: https://www.jenkins.io/\n[MS:Docs]: https://docs.microsoft.com/en-us/dotnet/core/tools/\n[MS:Download]: https://dotnet.microsoft.com/download/dotnet-core\n[Releases]: https://github.com/jenkinsci/dotnet-sdk-plugin/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fdotnet-sdk-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fdotnet-sdk-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fdotnet-sdk-plugin/lists"}