文档

​
​

Development

User Acquisition

Monetization

工业

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

此页面不支持所选语言。
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
    • Task and issue tracking integrations
    • Bamboo
    • Jenkins
    • Jira
    • TeamCity
    • IntelliJ's IDEs
    • Unreal Engine
    • Visual Studio extension
    • Visual Studio Code
    • Wwise
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Plugin for Bamboo

Integrate Bamboo with Unity Version Control for your CI/CD pipeline.
阅读时间2 分钟
最后更新于 10 个月前

How to install the UVCS plugin for Bamboo

  1. Copy the Plastic SCM JAR file
    <UVCS install directory>/client/plugins/bambooplugin/<bamboo-plugin.jar>
    to
    <Bamboo server installation directory>/atlassian-bamboo/WEB-INF/lib
    .
  2. Restart the Bamboo service.
  3. UVCS (Plastic SCM) is available now in the Source Repository combo:
How to install

How to install

Plastic SCM configuration and Bamboo service account

The Bamboo plugin internally uses the UVCS command line client. So, the user running the Bamboo service must have a valid Plastic SCM client configuration. There are two options:

Option A

Change the user account:
  1. Change the user that runs the service from "System" to another user account (Windows).
  2. Then, open a command line shell with the desired user account and type
    plastic --configure
    or
    clconfigureclient
    .
  3. Follow the steps in the wizard to specify a server and user credentials.

Option B

If you don't want to change the user running the Bamboo service, an alternative configuration is:
  1. Create empty
    client.conf
    and
    plastic.workspaces
    files in the UVCS client installation directory located here:
    • Windows:
      c:\Program Files\Plastic SCM5\client
    • Linux:
      /opt/plasticscm5/client
    • MacOS:
      /Applications/PlasticSCM.app/Contents/MonoBundle
  2. Configure the client by running
    plastic --configure
    or
    clconfigureclient
    .
  3. Follow the steps in the wizard to specify a server and user credentials.

Plan branch filtering

Branches can be filtered in two ways:
  1. Specifying an attribute name and value pair as follows:
    attribute_name=attribute_value
    . For example: status=validated which means that only the branches with an attribute named status with the value validated will be sent to Bamboo to create a plan branch.
Plan branch filtering

Plan branch filtering

  1. Specifying a complex query valid for
    cm find branch
    command (which is the underlying plastic command executed to retrieve the candidate branches). It is not mandatory to specify a plastic attribute in this mode. Two examples below:
where owner!='john_snow' and date > '3/2/2018'where attribute='stage' and attrvalue='done' and name like 'JIRA-%'

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • How to install the UVCS plugin for Bamboo

    • Plastic SCM configuration and Bamboo service account

      • Option A

      • Option B

    • Plan branch filtering


报告此页面的问题