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 manager. Here are the things I've tried: http://[email protected]..... fails http://username:[email protected]...... fails http//username:[email protected]..., with no -none- selected for credentials.... fails http://bitbucket.org.... but with the repository made public.... success http://username:[email protected].... but with the repository made public.... success >From the command line, I can perform a git clone command with the username:password syntax with no issues. I am at a complete loss as to why I can't get the git plug-in to authenticate. I'm hoping someone else has experience with this issue because I'm just spinning my wheels and am making no progress.... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/59ff9e75-466c-4a33-8bd7-25da22c6044a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
