Documentation

Unity Version Control

Install the UVCS plugin for Jenkins

Integrate Jenkins with Unity Version Control for your CI/CD pipeline.
Read time 1 minuteLast updated 2 days ago

Install the Unity Version Control (UVCS) plugin for Jenkins using standard Jenkins methods.

Using the Jenkins dashboard

To install from the Jenkins user interface:
  1. From your Jenkins dashboard, go to Manage Jenkins > Manage Plugins.
  2. Select the Available tab.
  3. To find the plugin, search for
    plasticscm-plugin
    .
For more information, refer to the Jenkins documentation.

Using the Jenkins CLI

To install from the command line:
jenkins-plugin-cli --plugins plasticscm-plugin:4.4
For more information, refer to the Jenkins documentation.

Using direct upload

To install from the Jenkins releases page:
  1. Download one of the releases.
  2. Upload the release to your Jenkins controller.
For more information, refer to the Jenkins documentation.