I'm using mlcp with ml-gradle. Everything works locally, but when I run it on my continuous integration system (Jenkins), the mlcp command fails.
I know that mlcp supports adding logging, but since I'm pulling it in via gradle, I don't know how to do the required logging changes.
My system does have an http and https proxy specified via environment variables, but for this deploy I don't need them. I don't know, though, if mlcp pays any attention to proxy environment variables. If it is trying to use the proxy, the deploy should fail.
So I've got a two questions.
- Is there any documentation on proxies and mlcp?
- Can I add logging to mlcp when it's triggered via ml-gradle?