Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Jenkins Tool - Select the Jenkins tool containing the MS Build Job.

  • Jenkins Job - Select Jenkin job with the MS Build Job.

  • SCM Account - Select an SCM account that was previously added to the selected Jenkin’s account.

  • Command Line Arguments - Provide custom commands.

  • Parameter Selection - To add parameters from Tool Registry to be used on custom commands entered in Command Line Arguments.

  • Opsera Script Library - From the drop down, select the Powershell script.

...

ZIP option implementation for MSBuild compile output, with publish of specific ZIP file in Jenkins.

The new Zip option implementation is not only specific to MS build, but it is a generic feature that every Build job can use from our pipelines.

As part of this feature there is now added support for Command Line scripts on top of the existing Maven and Gradle builds. You can specifically write Command Line Arguments which can be used on the same workspace. The Maven build job can be converted into a zip file and move it to an external repository.

Output File Path, Output File Name - Can be used to set the build artifact path and name.
Solution File Path, Solution File Name - Purosoth

...

Connect the MS Build step to Nexus Repository:

...

  1. In Step Setup, select Nexus Repository as the tool.

  2. In Step Configuration, choose the configured Nexus Repository tool from Tool Registry.

...