Re: Unexpected EOF in Jenkins Ant on macOS because of password symbols

2018-04-23 Thread Denis Kazantsev
Actually problem was caused by quote character in the password that passed to Ant from Jenkins. Simply escaping char with `\` solved my problem. On Thursday, March 1, 2018 at 8:54:50 PM UTC+3, Denis Kazantsev wrote: > > I'm also created topic on stackoverflow > <https://

Unexpected EOF in Jenkins Ant on macOS because of password symbols

2018-03-01 Thread Denis Kazantsev
I'm also created topic on stackoverflow but I guess here will help me better. I'm using local instance of Jenkins on my macOS machine. It configured to use macOS system Ant. I'm us

Re: Mac Jenkins Can't Clone/fetch from GitHub

2018-03-01 Thread Denis Kazantsev
This helped with my problem. But after macOS reboot (OS update was installed) Jenkins roll backed to previous version. And also now I have different problem with Ant but I'm not sure that it's related to this issue. On Wednesday, May 24, 2017 at 6:00:20 AM UTC+3, Shuguo Yang wrote: > > Hey, this