https://github.com/testingbot/bamboo-plugin-testingbot
Atlassian Bamboo Plugin for TestingBot
https://github.com/testingbot/bamboo-plugin-testingbot
atlassian bamboo ci testingbot
Last synced: 3 months ago
JSON representation
Atlassian Bamboo Plugin for TestingBot
- Host: GitHub
- URL: https://github.com/testingbot/bamboo-plugin-testingbot
- Owner: testingbot
- Created: 2019-12-03T11:58:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T23:01:56.000Z (about 2 years ago)
- Last Synced: 2025-01-19T19:17:11.650Z (about 1 year ago)
- Topics: atlassian, bamboo, ci, testingbot
- Language: Java
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bamboo TestingBot plugin.
## Development
Make sure you have the Atlassian Dev environment and SDK installed (https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project)
To build the plugin run:
```
atlas-package
```
To run a local instance of Bamboo with the plugin, run:
```
atlas-run
```
To run the plugin with debug mode, run:
```
atlas-debug
```
## Releasing
```
atlas-release
```
Build the jar and upload it to the atlassian marketplace.