Solution is quite simple.
Step 1: Create and configure the slave node (QA BOX) with Jenkins.
- Goto Manage Jenkins
- Click on Manage Nodes
- New Node Configuration
Step 2: There may be several ways to complete this task.
Configure the jobs according to the new machine (IP, Ports or any other dependencies). A good practice is keeping the build scripts separate for machine or keeping the separate properties files for different machines.
Configuer Jobs According to the new slave configuration.
Keep in mind any dependency over File Structure, IPs and Ports.
Step 3: Run the jobs and debug for any dependencies regarding the machine.
- If you encounter any trouble. Go through the logs and find the related problem.