Closed alex-iotiq closed 1 year ago
Currently it's possible to set options directly in Peass but not inside the Peass-CI-plugin in Jenkins for Android projects.
The following options are needed:
Example Jenkins pipeline step:
stage('peass'){ steps{ measure VMs: 2, ... useAnbox: true, androidCompileSdkVersion: 30, androidMinSdkVersion: 25, androidTargetSdkVersion: 29, androidGradleVersion: '3.4.3', androidManifest: 'app/src/main/AndroidManifest.xml', androidGradleTasks: 'installDebug;installDebugAndroidTest', ... } }
Currently it's possible to set options directly in Peass but not inside the Peass-CI-plugin in Jenkins for Android projects.
The following options are needed:
Example Jenkins pipeline step: