[JIRA] (JENKINS-60297) Jenkins could not read from remote repository

2019-11-28 Thread b.loeffler@envea.global (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Loeffler assigned an issue to Mark Waite  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60297  
 
 
  Jenkins could not read from remote repository   
 

  
 
 
 
 

 
Change By: 
 Benjamin Loeffler  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203291.1574843814000.8483.1574928120222%40Atlassian.JIRA.


[JIRA] (JENKINS-60297) Jenkins could not read from remote repository

2019-11-28 Thread b.loeffler@envea.global (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Loeffler commented on  JENKINS-60297  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins could not read from remote repository   
 

  
 
 
 
 

 
 Thanks Mark Waite for this very fast response! But I cant resolve the issue. Yes, I clone a repository from a server we host. The error occures, when just a single clone is done and when nothing happens on the server (tried at night and on the early morning when noone is at work). I clone the GIT repo in the jenkins-job "Source-Code-Management" in "Repository URL" via //SERVERNAME/x/x/x/x/.git No credentials are used. (The error occures too if credentials are used: username and password of the user jenkins is running and which has access rights to the server) This should work without ssh or https right? Use of ssh or https is not needed, its a internal server and access is only via the LAN. So whats the poblem that it works sometimes and sometimes not?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203291.1574843814000.8479.1574928061122%40Atlassian.JIRA.


[JIRA] (JENKINS-60297) Jenkins could not read from remote repository

2019-11-28 Thread b.loeffler@envea.global (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Loeffler updated  JENKINS-60297  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60297  
 
 
  Jenkins could not read from remote repository   
 

  
 
 
 
 

 
Change By: 
 Benjamin Loeffler  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Fixed but Unreleased Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203291.1574843814000.8480.1574928061274%40Atlassian.JIRA.


[JIRA] (JENKINS-60297) Jenkins could not read from remote repository

2019-11-27 Thread b.loeffler@envea.global (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Loeffler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60297  
 
 
  Jenkins could not read from remote repository   
 

  
 
 
 
 

 
Change By: 
 Benjamin Loeffler  
 

  
 
 
 
 

 
 Jenkins fails sometimes with the error: Could not read from remote repository.Jenkins runs on a local Win10 machine with access rights to our local server. On the server there is the GIT repository stored. The WIN10 user account jenkins runs the jenkins-service with has access rights to the server. Communication to the server is stable.This happend after a update from jenkins 2.176.3 to 2.190.2 (and update of all plugins) .  The error occurs very often, if more than one build-processor is used (parallel builds). If only one build-processor is used, the error occurs less, but it still occurs.  The following console output is generated:Build wurde zeitgesteuert ausgelöst.Running as SYSTEMBaue auf Master in Arbeitsbereich C:\jenkins\workspace\xNo credentials specified > git.exe rev-parse --is-inside-work-tree # timeout=10Fetching changes from the remote Git repository > git.exe config remote.origin.url ///x////.git # timeout=10Cleaning workspace > git.exe rev-parse --verify HEAD # timeout=10Resetting working tree > git.exe reset --hard # timeout=10 > git.exe clean -fdx # timeout=10 > git.exe submodule foreach --recursive git reset --hard # timeout=10 > git.exe submodule foreach --recursive git clean -fdx # timeout=10Fetching upstream changes from ///////.git > git.exe --version # timeout=10 > git.exe fetch --tags --force --progress  --  –  ///////.git +refs/heads/*:refs/remotes/origin/* # timeout=10ERROR: Error fetching remote repo 'origin'hudson.plugins.git.GitException: Failed to fetch from ///////.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:899) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1114) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1145) 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:1815) 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 "git.exe fetch --tags --force --progress  --  –  ///////.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:stdout: stderr: fatal: '///////.git' does not appear to be a git repositoryfatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372) at o

[JIRA] (JENKINS-60297) Jenkins could not read from remote repository

2019-11-27 Thread b.loeffler@envea.global (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Benjamin Loeffler created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60297  
 
 
  Jenkins could not read from remote repository   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2019-11-27 08:36  
 
 
Environment: 
 ace-editor 1.1  analysis-core 1.96  analysis-model-api 7.0.2  ant 1.10  antexec 1.11  antisamy-markup-formatter 1.6  apache-httpcomponents-client-4-api 4.5.10-2.0  bouncycastle-api 2.17  branch-api 2.5.4  cloudbees-folder 6.9  cobertura 1.15  code-coverage-api 1.1.1  command-launcher 1.3  config-file-provider 3.6.2  credentials 2.3.0  display-url-api 2.3.2  external-monitor-job 1.7  forensics-api 0.6.1  git 4.0.0  git-client 3.0.0  greenballs 1.15  jackson2-api 2.10.0  javadoc 1.5  jdk-tool 1.3  jquery 1.12.4-1  jquery-detached 1.2.1  jsch 0.1.55.1  junit 1.28  junit-attachments 1.6  ldap 1.21  mailer 1.29  managed-scripts 1.4  matrix-auth 2.5  matrix-project 1.14  maven-plugin 3.4  pam-auth 1.6  scm-api 2.6.3  script-security 1.67  ssh-credentials 1.18  ssh-slaves 1.31.0  structs 1.20  token-macro 2.10  trilead-api 1.0.5  warnings 5.0.1  warnings-ng 7.2.0  windows-slaves 1.5  workflow-api 2.37  workflow-cps 2.76  workflow-job 2.36  workflow-scm-step 2.9  workflow-step-api 2.20  workflow-support 3.3  
 
 
Labels: 
 jenkins git git-plugin  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Benjamin Loeffler  
 

  
 
 
 
 

 
 Jenkins fails sometimes with the error: Could not read from remote repository. Jenkins runs on a local Win10 machine with access rights to our local server. On the server there is the GIT repository stored. The WIN10 user account jenkins runs the jenkins-service with has