기술 자료

​
​

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
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'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


이 페이지의 문제 보고