-
Notifications
You must be signed in to change notification settings - Fork 0
Buildpiper_lab_02: Mobile Job Template Creation
In this lab, we will create Job Template for our Mobile Application.
Prerequisites
-
Teamname-Application
-
Service Onboarded
Before proceeding further, let's understand what Job Template is?
Job Template (also known as powerhouse of Buildpiper) is a set of logical operations which we define to perform the CI/CD.
In this section we will create the job template.
Step 1:- Click on your teamname application then go to Job Templates
and click on New Job Templates
.
Step 2:- Enter the template name
and template description
. Click on Save
.
Step 3:- Once template is created, click on Edit
button. By this way, you can able to add/configure new steps in a job template.
Step 5:- Whenever we create a new Job Template it comes with default set of steps as you can see it below. For this application, we need to remove certain steps.
-
pre hook
-
build_image
-
push_image
-
post hook
After removing the Jobs. Your template would look like this.
Step 6:- Go to your team-application
and click on Edit
.
Step 7:- Select <your-new-template>
template from the dropdown and Click on Save & Continue
.
Step 8:- You can validate your updated job template. You can click on Build
and then Trigger Build
.
Step 9:- Scroll down and click on Build#{BuildNumber} to check the status and logs of the Build Image.
Step 10:- As we can see that our cloning Job completed successfully.
Hurrayy!!! Successfully Test Job Triggered.....