Skip to content

Instantly share code, notes, and snippets.

@dmclean62
Created June 11, 2020 18:20
Show Gist options
  • Save dmclean62/d0bc70ecfa2881205d3c01eca3de9037 to your computer and use it in GitHub Desktop.
Save dmclean62/d0bc70ecfa2881205d3c01eca3de9037 to your computer and use it in GitHub Desktop.
Full console output
Console Output
Branch indexing
Querying the current revision of merge request #1...
Current revision of merge request #1 is 41c7b3f9e537981e09fc68efc4b8c226d4d7da92
Checking out git https://<hostname>/OED_DSB/AEI.git into /local/jenkins/workspace/DSB_Test_Area_dmclean-aei_MR-1@script to read Jenkinsfile.cd
using credential adb48264-2c47-4538-96ee-238ed1de337b
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://<hostname>/OED_DSB/AEI.git
 > git init /local/jenkins/workspace/DSB_Test_Area_dmclean-aei_MR-1@script # timeout=10
Fetching upstream changes from https://<hostname>/OED_DSB/AEI.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials
 > git fetch --no-tags --progress https://<hostname>/OED_DSB/AEI.git +refs/merge-requests/1/head:refs/remotes/origin/MR-1 # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --no-tags --progress https://<hostname>/OED_DSB/AEI.git +refs/merge-requests/1/head:refs/remotes/origin/MR-1" returned status code 128:
stdout:
stderr: fatal: repository 'https://<hostname>/OED_DSB/AEI.git/' not found
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:787)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1105)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1145)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:155)
at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:142)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:299)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:427)
ERROR: Error cloning remote repo 'origin'
[GitLab Pipeline Status] Notifying merge request build status: FAILED DSB/Test Area/dmclean-aei/MR-1: There was a failure building this commit
[GitLab Pipeline Status] Notified
ERROR: Maximum checkout retry attempts reached, aborting
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment