glarimy / glarimy-quiz-app

The source code and resources for Glarimy Quiz community project
0 stars 0 forks source link

Create a jenkins pipeline #33

Closed glarimy closed 6 years ago

glarimy commented 6 years ago

Convert the current Jenkins build job into a pipeline.

The pipeline should contain two steps. 1st step: Build the project by getting code from GIT 2nd Step: Build the APK file.

Look at https://opensourceforu.com/2018/02/using-jenkins-to-create-a-pipeline-for-android-applications/ for an illustration.

Use the illustration in the above link only for getting an idea. Need not to try the exact process as the versions & environment on your machine might be different.

Complete the task by CoB today.

Pratyusha-Bodapati commented 6 years ago

Created jenkins pipeline named(MyBuildPipelineTest) successfully.

glarimy commented 6 years ago

That's great! Can you please upload a screen shot showing the pipeline results.

Pratyusha-Bodapati commented 6 years ago

pipeline

Pratyusha-Bodapati commented 6 years ago

jenkinspipeline

glarimy commented 6 years ago

The pipeline shows only one step. Expectation is to have two step pipeline. First step is to build the project and the second step is to build the APK. Please correct it and upload the screenshot of the pipeline.

Pratyusha-Bodapati commented 6 years ago

sir will u please give some information about that how to create an apk file

Pratyusha-Bodapati commented 6 years ago

errorpipeline

Pratyusha-Bodapati commented 6 years ago

sir the new build job is not properly configured when iam trying to creating an apk file....can u please explain me where exactly the error is occurring

Pratyusha-Bodapati commented 6 years ago

Sir same error is occurring whenever iam trying to build a job ...help me to rectify my mistake sir