Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.