- UiPath CLI release notes
- Azure DevOps extension release notes
- Jenkins plugin release notes
- uipath-automation-package-v3.2
- uipath-automation-package-v3.1
- uipath-automation-package-v3.0

CI/CD integrations release notes
uipath-automation-package-v3.0
Release Date: March 10, 2023
With this release, the Jenkins Plugin supports the latest Jenkins Long Term Support (LTS) version of Jenkins: 2.361.2 LTS
The more the merrier! A new task has been added to the Jenkins plugin. The UiPath Install Platform task supports you in finding and downloading the right version of the command-line-interface (CLI) that you want. Being able to download the right version of the CLI makes sure that the Jenkins plugin is compatible with your environment, and that you can pack Windows and Cross-platform projects using later versions of the CLI.
The default CLI version that comes with this version of the plugin is 21.10, but you can choose to download a later version.
Overall, the UiPath Install Platform task allows you to:
- Download, and implement a different version of the CLI, using the Choose a CLI version dropdown list.
- Implement a different version of the CLI, by manually downloading the CLI NUPKG file, placing it on your build agent, and specifying that path in the Path to CLI's nupkg field. This scenario applies for cases when your pipeline can't access the UiPath Public Feed to download the CLI.
To learn how to use the UiPath Install Platform task, refer to UiPath Install Platform.
- All the errors that the Packager throws at compilation can now be viewed and investigated from the console error logs.
- The Jenkins plugin is trusted and verified in the CloudBees marketplace.
- Fixed a bug that caused the
manifest.json
files to be missing from the UiPath.CLI NuGet package. - Jenkins tasks failed if the Orchestrator folder name contained the
&
symbol. Now, Orchestrator folder names with the&
symbol can be passed as a parameter with the tasks. - The Workflow Analyzer failed with Jenkins if the analyzed package has additional files.
- The publishing of test results failed with the following error: Receiver class com.uipath.uipathpackage.UiPathTest does not define or inherit an implementation of the resolved method 'abstract boolean isSkipOldReports()' of interface hudson.tasks.junit.JUnitTask.
- Fixed a bug that allowed the Workflow Analyzer to analyze YAML files.
- Packages were deployed as libraries in Orchestrator, even if the inputted JSON file explicitly specified the
outputType
parameter asProcess
.