Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T23:01:56.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:14:18.977Z (9 months 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.