jenkinsci / badge-plugin

Jenkins Badge plugin
https://plugins.jenkins.io/badge/
MIT License
32 stars 43 forks source link

Move parallel test control to Jenkinsfile #107

Closed MarkEWaite closed 1 year ago

MarkEWaite commented 1 year ago

Move parallel test control to Jenkinsfile

Better to leave the control of parallel tests to the developer based on their local machine configuration. Use parallel tests on ci.jenkins.io running one JVM tests process per core.

Testing done

Confirmed that tests pass with forkCount=1C and without it.

Submitter checklist