This plugin contains the Micro Focus Software products capabilities.
The products currently supported are:
- LoadRunner
- LoadRunner Enterprise
- UFT
- SV
- Read https://developer.atlassian.com/server/bamboo/
- Read (and install) https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/
- Fork the repository.
- Clone locally.
- Checkout the branch - "latest" :
git checkout -t origin/latest
- Switch and checkout a new branch per feature (choose any wanted name) -
git checkout -b new_feature_branch
- Make changes, commit, and push them to the remote.
- Now - Pull request it to my original repo. Simply click on "Pull request" and make sure it is placed vs. the 'latest' branch.
- Make sure each file has JavaDocs and licensing.
- A build wll start automatically - make sure it's green, you can click on the link 'Details' for more information in case it fails.
- 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.