Hi All,
We are planning to automate the API-proxies deployments using apigeetool. We are using the below command as part of the Jenkins job.
apigeetool deployproxy -u abc -o nonprod -e dev -n poc-deploy-automation -p xyz
So, currently am using my personall account to deploy. How can we create a service account for jenkins and use it ?
if we create a user for Jenkins, it would send an email for signup and all etc. How do we avoid that ?