Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-58918

Not able to clone bitbucket repo from Jenkins

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • None
    • QA SETUP for CI CD process

      Started by user
      admin
      Running as SYSTEM
      Building in workspace C:\Program Files (x86)\Jenkins\workspace\ITS_PilotProjectD
      using credential 45240897-9ad9-4145-88b2-5f68e79ac416
      > C:\Program Files\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10
      Fetching changes from the remote Git repository
      > C:\Program Files\Git\cmd\git.exe config remote.origin.url
      https://ITS_pilotbitbucket@bitbucket.org/its_pilot/its_pilotprojectdemo.git

      1. timeout=10
        Fetching upstream changes from
        https://ITS_pilotbitbucket@bitbucket.org/its_pilot/its_pilotprojectdemo.git
        > C:\Program Files\Git\cmd\git.exe --version # timeout=10
        using GIT_ASKPASS to set credentials
        > C:\Program Files\Git\cmd\git.exe fetch --tags --progress
        https://ITS_pilotbitbucket@bitbucket.org/its_pilot/its_pilotprojectdemo.git
        +refs/heads/:refs/remotes/origin/
        ERROR: Timeout after 10 minutes
        ERROR: Error fetching remote repo 'origin'
        hudson.plugins.git.GitException: Failed to fetch from
        https://ITS_pilotbitbucket@bitbucket.org/its_pilot/its_pilotprojectdemo.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
        at hudson.scm.SCM.checkout(SCM.java:504)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
        at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
        at hudson.model.Run.execute(Run.java:1818)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
        Caused by: hudson.plugins.git.GitException: Command "C:\Program Files\Git\cmd\git.exe fetch --tags --progress
        https://ITS_pilotbitbucket@bitbucket.org/its_pilot/its_pilotprojectdemo.git
        +refs/heads/:refs/remotes/origin/" returned status code -1073741510:
        stdout:
        stderr:
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
        ... 11 more
        ERROR: Error fetching remote repo 'origin'
        Finished: FAILURE

            Unassigned Unassigned
            jovialjegan jegan P
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: