Unknown option git config --local reported by Jenkins
The problem was that Git was outdated, and version that comes with CentOS didn't support the --local option for git config.
Updating git to version 1.7.12 solved the issue.
The problem was that Git was outdated, and version that comes with CentOS didn't support the --local option for git config.
Updating git to version 1.7.12 solved the issue.