Hello All, I am getting following error when trying to scan multi branch user
Currently we have Jenkins 2.45 and moving to 2.235.3 on a seperate RHEL machine Can someone please help to sort out the issue ? --------------- Started by user Admin <http://pcalinvm55:8080/user/admin> [Thu Aug 13 12:30:50 AEST 2020] Starting branch indexing... > git --version # timeout=10 > git --version # timeout=10 > git --version # timeout=10 using GIT_SSH to set credentials > git ls-remote [email protected]:chedintegrationdelivery/integration_12c.git # timeout=10 ERROR: [Thu Aug 13 12:30:50 AEST 2020] Could not update folder level actions from source 19d6de59-5bae-471d-9399-e97d29128e72 hudson.plugins.git.GitException: Command "git ls-remote [email protected]:chedintegrationdelivery/integration_12c.git" returned status code 127: stdout: stderr: git: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1951) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1942) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getRemoteReferences(CliGitAPIImpl.java:3368) at jenkins.plugins.git.AbstractGitSCMSource.retrieveActions(AbstractGitSCMSource.java:1148) at jenkins.scm.api.SCMSource.fetchActions(SCMSource.java:848) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:598) 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:1032) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) [Thu Aug 13 12:30:50 AEST 2020] Finished branch indexing. Indexing took 46 ms FATAL: Failed to recompute children of development_pipeline hudson.plugins.git.GitException: Command "git ls-remote [email protected]:chedintegrationdelivery/integration_12c.git" returned status code 127: stdout: stderr: git: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1951) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1942) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getRemoteReferences(CliGitAPIImpl.java:3368) at jenkins.plugins.git.AbstractGitSCMSource.retrieveActions(AbstractGitSCMSource.java:1148) at jenkins.scm.api.SCMSource.fetchActions(SCMSource.java:848) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:598) 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:1032) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) 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/fbfd7b6f-6a00-4b44-aa24-c56111b957ddn%40googlegroups.com.
