Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/microfocus/adm-bamboo-ci-plugin
- Owner: MicroFocus
- License: other
- Created: 2017-10-24T04:41:17.000Z (about 7 years ago)
- Default Branch: latest
- Last Pushed: 2024-01-23T16:25:48.000Z (12 months ago)
- Last Synced: 2024-04-13T23:03:16.145Z (9 months ago)
- Topics: bamboo, loadrunner, microfocus, octane
- Language: Java
- Homepage:
- Size: 4 MB
- Stars: 2
- Watchers: 11
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.