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 - File path used to set the build artifact path.

  • Output File Name - File name used to set the build artifact name.

  • Solution File Path - File path of the entry point to execute the project.

  • Solution File Name - File name of entry point to execute the project.

...

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.

...