Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
GIT unable to get source
-
I hadn't use Git from BuildMaster prior to now. The source is actually on BitBucket and all Git commands should work fine.
However, after configuring the credentials and adding to a plan I get an error that it cannot find the host which then lists out the URL as https://username:password@bitbucket.org/company/repo.git . Which contains all valid values.
I tried SSH as well but that fails with permission issue which doesn't make sense either since the account I'm using has access and is used on one of Jenkins servers just fine.am I missing something?
Product: BuildMaster
Version: 6.1.1
-
I recently had this same error, it was caused by characters that require percent-encoding in my password (in my case I had
#
): https://developer.mozilla.org/en-US/docs/Glossary/percent-encodingThis really needs to be documented somewhere...
-
Eric, thank you! That was the issue, I didn't know about that issue.