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 12 forks source link

Configuration of aspectJ fails, if build.gradle contains no obvious entry for (integration)test-task #139

Closed mawHBT closed 2 years ago

mawHBT commented 2 years ago

What feature do you want to see added?

If aspectJ is used, the appropriate (integration)test-task must be configured in build.gradle. If build.gradle does not contain a obvious entry for this task, peass does not know, that the module contains (integration)tests and does not add the configuration entry. Editing of GradleBuildfileEditor.addArgLine is necessary.

Upstream changes

No response

DaGeRe commented 2 years ago

Thanks for the issue (which is a bug). This should be fixed by https://github.com/jenkinsci/peass-ci-plugin/issues/140, but now https://github.com/jenkinsci/peass-ci-plugin/issues/142 should already fix it.

mawHBT commented 2 years ago

Fixed by #142