Buildpiper_lab_06: Build Apk - OT-TRAINING/Mobile-CI-CD GitHub Wiki
As we have successfully tested our Apk, Let's generate the artifact.
Prerequisites
- Successful completion of Lab 05.
In this section of the lab, we'll add the build step for our application.
Step 1:- Click on your teamname application then go to Job Templates and click on Edit button.
Step 2:- Add the flutter step in your job template.
Build Apk
- Select the
build apkfrom the drop down and thenSaveit.
Automatically, it has been added at the last after test -v step. Even, you can verify it by clicking on View Step as well.
Step 3:- Now trigger the build.
Hurrayy!!! We have build our apk successfully....