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

Make android build tasks configurable #209

Closed metint closed 1 year ago

metint commented 1 year ago

What feature do you want to see added?

Currently the android gradle tasks are hardcoded as installDebug and installDebugAndroidTest. For the cases where different task names are used for similar cases the task names should be provided as parameters.

Upstream changes

No response