The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

.NET SDK Support

withDotNet: With .NET

Prepares an environment for Jenkins to run build steps using a .NET SDK's dotnet utility.
  • sdk (optional)
    Name of a .NET SDK to use so that dotnet will be in the path.
    • Type: String
  • specificSdkVersion (optional)
    Depending on the platform, the dotnet executable may use the most recent SDK available on the system, even when PATH is set up to find an older SDK deployment first; see this page for more information.
    By enabling this option, the configured SDK home directory will be checked, and if it only includes a single SDK deployment, a global.json file will be created in the current directory, referencing that SDK version and disabling roll-forward.
    Note: This will silently overwrite any global.json already present in the current directory.
    • Type: boolean

反馈修改意见?

如果对此页的内容有修改意见,请通过下面的快速表格 快速表单反馈.

或者,你不想填表单,只需填写你要反馈的内容

    


看已有的反馈 这里.