I have hudson configured on my server and i am using code fetched from my git repository. Actually , i had set up the environment correctly and all the builds via Hudson were successful but recently i changed my git password from github.com and now all the builds fail giving a 401 error , I know its due to password change . Can anyone tell me how to change the password in Hudson via the git plugin so that the authentication passes. Here is the error I am getting
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR: (Underlying report) : Error performing command: /usr/bin/git fetch -t
https://github.com/xxx/xxx +refs/heads/*:refs/remotes/origin/*
Command "/usr/bin/git fetch -t https://github.com/xxx/xxx +refs/heads/*:refs
/remotes/origin/*" returned status code 128: error: The requested URL returned error: 401
while accessing https://github.com/xxx/xxx/info/refs
fatal: HTTP request failed
ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
Any ideas ??