In this build step you can select which test-suites your job should run.
Note that the path for a test-suite or parent folder has to be relative to the workspace, which has to be specified above under "Advanced Project Options - Use custom workspace".
Examples:
-"Suites/MySuite/some_suite.qft" only runs one test-suite
-"Suites/MySuite" runs all test-suites in the MySuite folder
-"*" runs all test-suites in your workspace
Any of these command line arguments under the label "Test execution" can be used for the execution of your test-suites.
For the post-build actions to work, make sure to provide the correct paths to the logs and reports:
Archive the artifacts: qftestJenkinsReports/$JOB_NAME/$BUILD_NUMBER/logs/*.q*
Publish HTML reports: qftestJenkinsReports/$JOB_NAME/$BUILD_NUMBER/html/ and change index.html to report.html
Publish JUnit test result report: qftestJenkinsReports/$JOB_NAME/$BUILD_NUMBER/junit/report_junit.xml
For further information please see the QF-Test manual.