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 <[email protected]> wrote: > Just tried that, it didn't work either :( > > Started by user Dan Guisinger <http://jenkins.oproto.com:8080/user/dguisinger> > 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.origin.url https://bitbucket.org/xxxxxxxx/test.git > <https://bitbucket.org/oproto/test.git> # timeout=10 > Fetching upstream changes from https://bitbucket.org/xxxxxxx/test.git > <https://bitbucket.org/oproto/test.git> > > git --version # timeout=10 > using .gitcredentials to set credentials > > git config --local credential.username xxxxxxxx@xxxxxxxx # timeout=10 > > git config --local credential.helper store > --file=/tmp/git8249520542225893250.credentials # timeout=10 > > git -c core.askpass=true fetch --tags --progress > https://bitbucket.org/xxxxxxxx/test.git > <https://bitbucket.org/oproto/test.git> +refs/heads/*:refs/remotes/origin/* > > git config --local --remove-section credential # timeout=10 > ERROR: Error fetching remote repo 'origin'hudson.plugins.git.GitException > <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: > Failed to fetch from https://bitbucket.org/xxxxxxxx/test.git > <https://bitbucket.org/oproto/test.git> > at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.fetchFrom&entity=method> > at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.retrieveChanges&entity=method> > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitSCM.checkout&entity=method> > at hudson.scm.SCM.checkout(SCM.java:495) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SCM.checkout&entity=method> > at hudson.model.AbstractProject.checkout(AbstractProject.java:1278) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method> > at > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > <http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method> > at hudson.model.Run.execute(Run.java:1720) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method> > at hudson.model.ResourceController.execute(ResourceController.java:98) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> > at hudson.model.Executor.run(Executor.java:404) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > Caused by: hudson.plugins.git.GitException > <http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException>: > Command "git -c core.askpass=true fetch --tags --progress > https://bitbucket.org/xxxxxx/test.git <https://bitbucket.org/oproto/test.git> > +refs/heads/*:refs/remotes/origin/*" returned status code 128: > stdout: > stderr: remote: Invalid username or password. If you log in via a third party > service you must ensure you have an account password set in your account > profile. > fatal: Authentication failed for 'https://bitbucket.org/xxxxxx/test.git/ > <https://bitbucket.org/oproto/test.git/>' > > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314) > at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:797) > ... 11 more > ERROR: nullFinished <http://stacktrace.jenkins-ci.org/search?query=Finished>: > FAILURE > > -- > 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/37cc6bc4-f6f5-4600-9191-ee55dfb36d33%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/37cc6bc4-f6f5-4600-9191-ee55dfb36d33%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAO49JtGieOvvOoHzW1GYm6AtJ7JZ37f%2B5JOAe3YP3bw%2BY63RjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
