Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/microfocus/adm-bamboo-ci-plugin

OpenText CI plugin for Atlassian Bamboo
https://github.com/microfocus/adm-bamboo-ci-plugin

bamboo loadrunner microfocus octane

Last synced: 9 days ago
JSON representation

OpenText CI plugin for Atlassian Bamboo

Awesome Lists containing this project

README

        

# OpenText ADM Bamboo Plugin

###### Current master branch status: [![Build status](https://ci.appveyor.com/api/projects/status/ggg1nepwx438dpo4?svg=true)](https://ci.appveyor.com/project/HPEbot/adm-bamboo-ci-plugin)

###### Current latest branch status: [![Build status](https://ci.appveyor.com/api/projects/status/ggg1nepwx438dpo4/branch/latest?svg=true)](https://ci.appveyor.com/project/HPEbot/adm-bamboo-ci-plugin/branch/latest)

This plugin contains the OpenText Software products capabilities.

The products currently supported are:
- LoadRunner
- LoadRunner Enterprise
- UFT
- SV

### Development:
1. Read https://developer.atlassian.com/server/bamboo/
1. Read (and install) https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/
1. Fork the repository.
2. Clone locally.
3. Checkout the branch - "latest" : `git checkout -t origin/latest`
4. Switch and checkout a new branch per feature (choose any wanted name) - `git checkout -b new_feature_branch`
5. Make changes, commit, and push them to the remote.
6. Now - Pull request it to my original repo. Simply click on "Pull request" and make sure it is placed vs. the 'latest' branch.
7. Make sure each file has JavaDocs and licensing.
8. A build wll start automatically - make sure it's green, you can click on the link 'Details' for more information in case it fails.
9. To get the artifact - please click on "Artifacts" under the appropriate build.

**** Now, if the build is green and the code is fine and matches the structure - It will be merged.