すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
This documentation applies to Bamboo version 1.0.x. The latest Bamboo documentation is available via this link.
Atlassian is proud to announce the release of Bamboo 1.0.1! Bamboo 1.0.1 is largely a bug fix build with over 20 issues resolved, including:
The Bamboo startup procedure for Mac OS X and Linux distributions have now changed. Instead of using the Java Service Wrapper by invoking run-bamboo
(in Mac OS X) or start-bamboo
in Linux, the default startup script has been replaced by a generic bamboo.sh
script in the root Bamboo installation folder. Using this script bypasses the Java Service Wrapper.
Usages for bamboo.sh
start
- starts Bamboostop
- stops Bambooconsole
- runs Bamboo in the consolestatus
- checks the status of Bamboo.The Java Service Wrapper is still available, and you can startup Bamboo with it if you so choose. To do this, simply run your startup command in the /wrapper
folder rather than the installation root folder.