Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
Just tried ssh and it works (YAY)... Thanks for the help arggg, I hate not knowing why something simple doesn't work... On Saturday, August 13, 2016 at 6:30:53 PM UTC-5, Mark Waite wrote: > > Unfortunately, you've exhausted my guesses. You might try ssh protocol > instead of https? > > Mark Wa

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Mark Waite
Unfortunately, you've exhausted my guesses. You might try ssh protocol instead of https? Mark Waite On Sat, Aug 13, 2016 at 5:22 PM Daniel Guisinger wrote: > Just tried that, it didn't work either :( > > Started by user Dan Guisinger > Building

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
Just tried that, it didn't work either :( Started by user Dan Guisinger Building in workspace /var/lib/jenkins/workspace/test > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.or

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Mark Waite
I recently had to switch my bitbucket credentials from using the "username" based credential (markewaite) to the e-mail based credential because I was upgraded from one form of authorization to a different form. Have you tried using your e-mail address and password in the credential instead of you

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
Sorry Mark, thats exactly what i was doing. Like I said, it works the instant I mark the repository public, and the credentials drop down isn't working, I select the credentials but it still fails to authenticate. It even gives me a red error message in the UI (See attached screenshot) I didn

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Mark Waite
I assume you're using https rather than http protocol for the URL. If not, then that is worth trying. Is there a reason you're not using the URL https://bitbucket.org/username/reponame (like https://bitbucket.org/markewaite/git-client-plugin or https://bitbucket.org/markewaite/bin) and then placi

Issues with Git plugin and Bitbucket

2016-08-13 Thread Daniel Guisinger
Hey guys, I am hitting my head against the wall with what should be an extremely easy thing to get working I'm trying to use the git scm interface in jenkins to pull down a test project off bitbucket. I keep getting authentication errors. I have setup my username/password in the credential