Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Could not resolve host: github.com

Hi,

I'm experiencing difficulties with Jenkins:


Started by user Liviu Ionescu [Mon Nov 02 15:26:53 EST 2020] Starting branch indexing... 
 > git --version # timeout=10
 > git ls-remote --symref -- https://github.com/eclipse-embed-cdt/eclipse-plugins.git # timeout=10 
ERROR: [Mon Nov 02 15:26:58 EST 2020] Could not update folder level actions from source 146232fc-9130-480a-bca0-519db2a8669c 
hudson.plugins.git.GitException: Command "git ls-remote --symref -- https://github.com/eclipse-embed-cdt/eclipse-plugins.git"; returned status code 128: 
stdout: 
stderr: fatal: unable to access 'https://github.com/eclipse-embed-cdt/eclipse-plugins.git/': Could not resolve host: github.com 
 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2436) 
 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2050)
 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1950)
 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1941)
 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getRemoteSymbolicReferences(CliGitAPIImpl.java:3409)
 at jenkins.plugins.git.AbstractGitSCMSource.retrieveActions(AbstractGitSCMSource.java:1128)
 at jenkins.scm.api.SCMSource.fetchActions(SCMSource.java:848)
 at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:600)
 at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:278)
 at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)
 at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1034)
 at hudson.model.ResourceController.execute(ResourceController.java:97)
 at hudson.model.Executor.run(Executor.java:428) 
[Mon Nov 02 15:26:58 EST 2020] Finished branch indexing. Indexing took 5 sec 
FATAL: Failed to recompute children of build-plug-ins 
hudson.plugins.git.GitException: Command "git ls-remote --symref -- https://github.com/eclipse-embed-cdt/eclipse-plugins.git"; returned status code 128: 


Regards,

Liviu




Back to the top