jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 13 forks source link

Change System Properties in Build Gradle #187

Closed bam-hbt closed 1 year ago

bam-hbt commented 2 years ago

What feature do you want to see added?

The configured parallel execution as system property causes an error. Therefore the property in build gradle file should be changed to "SAME_THREAD".

Upstream changes

No response

bam-hbt commented 1 year ago

This was solved by https://github.com/DaGeRe/peass/pull/91, https://github.com/DaGeRe/peass/pull/93, https://github.com/DaGeRe/peass/pull/94

DaGeRe commented 1 year ago

Just a little addition: In general, MutableBoolean are a concept that rarely should be used; instead, result objects containing all the results can be used. I refactored this: https://github.com/DaGeRe/peass/commit/13834ca30ee9c210d21e19a2a7663f72c1f0d36e please have a look at how this works.