Bamboo 2.3 버전 릴리스
2009년 8월 6일
Bamboo 2.3 버전이 릴리스 되었습니다.
Bamboo 2.3 버전은 더욱 빌드 과정을 쉽게 자동화 할 수 있도록 많은 기능이 추가되었습니다.
의존성 블로깅 빌드, 새로운 빌드 통지, 빌드계획 재조정 그리고 빌드계획에 대한 일관작업 등의 기능이 추가되었습니다.
Elastic Bamboo를 사용한다면, 커스텀 elastic image와 instance 스케쥴링을 통해 elastic 리소스를 더욱 쉽게 제어할 수 있습니다.
또한 이제 elastic iamge를 위한 가용영역(availability zone)을 지정할 수 있습니다.
그리고, Amazon의 'reserved instances' 옵션도 사용할 수 있습니다.
개발자를 위한 지원도 강화되었습니다. 새로운 REST API를 이용하여 프로젝트와 빌드계획 그리고 리포트에 대한 정보들을 얻어 사용할 수 있게 되었습니다.
또한 Banana 지원와 downloadable 플러그인과 Web 리소스를 지원하게 되었습니다.
기존 고객의 Bamboo 2.3 업그레이드는 유지보수 기간이 유효한 구매 후 1년 이내의 고객은 무료로 가능합니다.
금번 릴리스 신규기능: |
투표와 이슈들은 제품 개선에 많은 도움이 되고 있습니다. 로그인하여 투표하고 이슈 리포팅 |
Bamboo 다운로드는 Bamboo 다운로드 페이지나 혹은 본사 Atlassian 사이트에서 다운로드하실 수 있습니다. 이전 버전에서 업그레이드 하시려면 업그레이드 가이드를 참조하십시요.
Bamboo 2.3 버전 하이라이트
Dependency Blocking 전략Bamboo 2.3 gives you greater control over your builds with the introduction of dependency blocking. Dependency blocking is a advanced feature of dependent build triggering that can be used to manage builds which have parents. You can ensure that a "tree" of dependent builds always runs in order of the tree hierarchy, even if child builds are triggered independently of their parents.
|
새로운 빌드 통지와 큐 재배치Bamboo automatically assign builds to the build queue when they are triggered and no agents are available to run them. In this release, you can now manually reorder builds that have been placed in the build queue. Prioritise a build in the queue if you need it to run urgently, or demote low priority builds. We've also added two new build notifications in this release, 'Build Queue Timeout' and 'Build Queued Without Capable Agents', to help you keep on top of your builds.
|
일괄작업(Bulk Actions)We've also made it easier for you to configure multiple build plans via the new bulk actions in Bamboo 2.3. Bulk actions allow you to modify key plan information for multiple plans at onc e, like adding notifications, changing Subversion URLs and credentials and updating web repository URLs.
|
다중 Elastic 이미지Atlassian supplies a default image for use with Elastic Bamboo. In this release, you can now create and/or associate multiple custom images (Linux/Unix) with your Bamboo installation. This means that you can use separate images to start up differently configured elastic instances. If you want to use EC2 Reserved Instances
|
Elastic Instance 스케쥴링Bamboo 2.3 makes it easy for you to automatically streamline your build resources by configuring schedules for your elastic instances. You can specify exactly how many elastic instances you want to be active at a particular time and Bamboo will automatically start up or shut down elastic instances as needed.
|
PHPUnit 빌더We have added to our stable of builders in Bamboo by bundling the PHPUnit
|
Bamboo REST APIBamboo 2.3 exposes a new REST API for developers. You can use the REST API to retrieve information about projects and plans as well as available actions. You can also retrieve information about build results and reports via the REST API. Results can be returned in either XML or JSON format.
|
플러그인 변경In further improvements for Bamboo developers, we have introduced a number of features to help you build Bamboo plugins more easily. Firstly, Bamboo 2.3 now includes Bandana support. Bandana is our XML-based framework for persistence that is easy to use in plugins. You can use Bandana to store and retrieve data via contexts and key-value pairs.
In addition, you can now define downloadable plugin resources and web resources for your plugins. If you want to include static images, Javascript or CSS with your plugin, you can use downloadable plugin resources or web resources to make them available.
|