Skip to content

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.

Screenshot 2023-07-19 193120 

Step 2:- Add the flutter step in your job template.

image 

Build Apk

  • Select the build apk from the drop down and then Save it.

image 

Automatically, it has been added at the last after test -v step. Even, you can verify it by clicking on View Step as well.

image 

Step 3:- Now trigger the build.

Screenshot 2023-07-21 234632

Hurrayy!!! We have build our apk successfully....