Using apigeetool for CICD using jenkins and git hub - Unable to access the base URI path.

I have followed the below steps

https://www.npmjs.com/package/apigeetool#deployproxy

. I followed the steps from the linkedin post

https://www.linkedin.com/pulse/jenkins-continuous-delivery-apigee-sean-williams.

And all the source code is there in github.

I am using the below window batch command :

apigeetool deployproxy -u navc88@gmail.com -p xxxxxx -o navc88-eval -e prod -n Customer_Creation_Application -b https://github.com/xxx-xxx/inv-apigee-samples/tree/master/apigee-proxies/Customer_Creation_Application/apiproxy

Here I am not sure about the following

1: How can i specify the base path of the source code ? I checked from the code in apigeetool it expects the baseproxy path as “apiproxy” .

2: Since my source code is in github I tried to create the same folder structure in the master branch as “https://github.com/xxx-xxx/inv-apigee-samples/tree/master/apigee-proxies/Customer_Creation_Application/apiproxy” .

3: I tried to deploy directly from the windows poweshell which works as expected and the command i used is apigeetool deployproxy -u navc88@gmail.com -o navc88-eval -e prod -n Customer_Creation_Application -p xxxxxx

4: In the above case I have run the batch command from the directory : C:\Users\xxxx\Documents\GIT_HUB_APIGEE\Customer_Creation_Application

Please help me integrating this with jenkins and GIT hub..

And If at all any particular folder structure we should follow in guthub?

Adding the screen shot of the error