| Started by user Arvind Nandigam |
| [Pipeline] Start of Pipeline |
| [Pipeline] node |
| Running on Jenkins in /var/jenkins_home/workspace/error_04 |
| [Pipeline] { |
| [Pipeline] stage |
| [Pipeline] { (Checkout) |
| [Pipeline] git |
| The recommended git tool is: NONE |
| No credentials specified |
| Cloning the remote Git repository |
| Cloning repository https://github.com/example/repo.git |
| > git init /var/jenkins_home/workspace/error_04 # timeout=10 |
| Fetching upstream changes from https://github.com/example/repo.git |
| > git --version # timeout=10 |
| > git --version # 'git version 2.47.3' |
| > git fetch --tags --force --progress -- https://github.com/example/repo.git +refs/heads/*:refs/remotes/origin/* # timeout=10 |
| ERROR: Error cloning remote repo 'origin' |
| hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://github.com/example/repo.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: |
| stdout: |
| stderr: remote: Invalid username or token. Password authentication is not supported for Git operations. |
| fatal: Authentication failed for 'https://github.com/example/repo.git/' |
|
|
| at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2848) |
| at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2189) |
| at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:638) |
| at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:880) |
| at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220) |
| at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) |
| at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) |
| at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136) |
| at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101) |
| at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88) |
| at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49) |
| at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) |
| at java.base/java.util.concurrent.FutureTask.run(Unknown Source) |
| at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) |
| at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) |
| at java.base/java.lang.Thread.run(Unknown Source) |
| ERROR: Error cloning remote repo 'origin' |
| ERROR: Maximum checkout retry attempts reached, aborting |
| [Pipeline] } |
| [Pipeline] // stage |
| [Pipeline] } |
| [Pipeline] // node |
| [Pipeline] End of Pipeline |
| ERROR: Error cloning remote repo 'origin' |
| Finished: FAILURE |
|
|