Let's configure a Jenkins job to build a sample microservice application, which was introduced in the previous recipe (my-calc). Perform the following steps to configure and build a Docker image:
- On the left navigation, click New Item:
- Put your in desired item name (example: my-calc), select Freestyle project, then click OK:
- In the Source Code Management tab, select Git and set the Repository URL as https://github.com/kubernetes-cookbook/my-calc.git ...