git plugin 설치 이후 ~~의 구성요소 중 GIT 설정시 아래와 같은 오류가 발생한다. Failed to connect to repository : Command "git config --local credential.username 유저명" returned status code 129: stdout: stderr: error: unknown option `local' usage: git config [options] 위 오류를 처리 하기위해서는 git update( 1.7.12) 가 필요하다. 관련 URL : http://stackoverflow.com/questions/23104110/unknown-option-git-config-local-reported-by-jenkins git update 방법 관련 URL : http://tecadmin.net/how-to-upgrade-git-version-1-7-10-on-centos-6/