Skip to content

Commit

Permalink
Update jenkins-howto.markdown
Browse files Browse the repository at this point in the history
adding reference to the jenkins parameters
  • Loading branch information
andrlos authored Aug 5, 2024
1 parent 17e4e6d commit e87775c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/howto/jenkins-howto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ You can find "**Rerun in Grinder**" links near the top of the Jenkins job that f
- Optionally, if test requires arguments, CUSTOM_TARGET=-test=<stf_test_class_name> -test-args="x=a,y=b" (e.g. CUSTOM_TARGET=-test=MathLoadTest -test-args="workload=math,timeLimit=5m")

* Note : `<stf_test_class_name>` should be the name of the STF class to run, not a Playlist target name. For example, if you want to re-run [ClassLoadingTest_5m](https://github.com/adoptium/aqa-tests/blob/517467de209aae47db938d4d2b58f45727912322/system/otherLoadTest/playlist.xml#L57), using system_custom, you can simply copy the last portion of the command line from the playlist (e.g. `-test=ClassloadingLoadTest -test-args="timeLimit=5m"`) for CUSTOM_TARGET.

## References
Exhaustive list of all Adoptium Jenkins parameters with explanations can be found at the [Reference Documentation for Jenkins Test Jobs page](../reference/jenkins-jobs-reference.markdown).

0 comments on commit e87775c

Please sign in to comment.