Hi, Is there a documentation which describes how to integrate Jenkins so that I should be able to do
1. Triggering the test from Jenkins 2. View all the results in Jenkins For example, there are 3 machines that I would use 1. Remote DUT (where the test runs) 2. Linux host machine- which triggers the test using --remote-hostname option. 3. A Jenkins server where Jenkins is installed I access the Jenkins via web interface, add Linux host machine as a node and I can run the test. However I don’t know how to populate all the results in Jenkins web interface
