-
Notifications
You must be signed in to change notification settings - Fork 0
Buildpiper_lab_06: Build Apk
taranopstree edited this page Jul 21, 2023
·
2 revisions
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.
- Select the
build apk
from the drop down and thenSave
it.
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....