...
- From the top menu items, click Create and select Create plan.
The Configure Plan screen is displayed. - In the Project and build plan name section, enter project and plan details.
- In the Repository Host section, select Subversion.
- Enter Display Name.
- In the Repository root URL, enter URL to the offline package.
- Enter Subversion (SVN) Username.
- Select Authentication type as Password.
- Enter SVN Password.
- Click Test Connection to check the connection.
- Click Configure Plan.
The Configure tasks screen is displayed. - Click Add task.
The Task types screen is opened. - Select Script from the list.
- Enter details in the Script Configuration section.
- In the Script body field, enter the command that will initiate the execution of Offline Package. (java –jar qualitiaoffline-4x.x.x.jar)
- Click Save.
- Click Add task.
- From the Task types screen, select Inject Bamboo Variables.
- Enter Task Description.
- In the Path to properties file path, enter qer.properties.
This file is auto-generated during execution and placed in the same folder where executable qualitiaoffline-4x.x.x.jar exists. - Enter Namespace as per the user understanding.
- Once you have added all the tasks, select the Yes please! check box and then click Create.
- From the top-right corner, click Actions and then select Configure Plan.
- In the left pane, select Plan Configuration.
- In the right pane, select the Stages tab.
- Click the Default Job link.
All the tasks are listed under the Tasks section. - Select the Artifact tab.
- Click Create definition.
The Create Artifact Definition screen is displayed. - Enter Name, Location, Copy Pattern and then click Create.
- Once artifact is defined successfully, click the Run button select Run Now.
Bamboo will start executing your test cases present in the offline package.
...