https://github.com/browserstack/browserstack-bamboo-integration
https://github.com/browserstack/browserstack-bamboo-integration
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/browserstack/browserstack-bamboo-integration
- Owner: browserstack
- License: other
- Created: 2017-02-28T07:57:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T01:37:24.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:51:13.241Z (over 1 year ago)
- Language: Java
- Size: 3.4 MB
- Stars: 0
- Watchers: 11
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#BrowserStack Bamboo Integration Plugin


###Development
Make sure the Atlassian SDK is installed.
https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/install-the-atlassian-sdk-on-a-linux-or-mac-system
`clone` this repo and `cd` into it.
Use `atlas-run`, which will install the plugin in a separate Bamboo instance and start it on the default port 6990.
In a separate tab use `atlas-mvn package` to compile after any changes (this will QuickReload the plugin inside the running bamboo instance)
Here are the SDK commands you can use:
* atlas-run -- installs this plugin into the product and starts it on localhost
* atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005
* atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window:
- 'pi' reinstalls the plugin into the running product instance
* atlas-help -- prints description for all commands in the SDK
Full documentation regarding Bamboo plugin is always available at:
https://developer.atlassian.com/display/DOCS/Introduction+to+the+Atlassian+Plugin+SDK