[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The log file shows: 

 
using GIT_SSH to set credentials
 > git fetch --tags --progress my_repository +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress my_repository +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.
 

 The ssh server on your git host is closing the connection. It could be due to any number of network connection issues between the agent running that pod template and the ssh server on your git host. It is very, very rare that those types of issues are bugs. Please use the Internet Relay Chat or the Jenkins users mailing list to request help with authentication and connectivity issues. There are many more people monitoring those lists than there are people who monitor bug reports submitted to the git plugin  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread rdrgpo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rodrigo Porto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Change By: 
 Rodrigo Porto  
 

  
 
 
 
 

 
 Hi everyone,I have an issue with *Kubernetes Plugin* and *Jenkins Slave*. If I build a simple pipeline, everything works, for example:{code:java}node {git branch: 'master',credentialsId: ‘crediantials-number’,url: my_repository}{code}However, if I try to build a pipeline via *Kubernetes Plugin*, for example:{code:java}def label = "test"podTemplate(label: label) {  node(label) {    stage('Deploy Test on Kubernetes') {  git branch: 'master',  credentialsId: ‘crediantials-number’,  url: my_repository    }  }}{code}I receive the next error:{code:java} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) at java.lang.Thread.run(Thread.java:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.47.0.152/10.47.0.152:34226  at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1737)  at hudson.remoting.UserResponse.retrieve(UserRequest.java:313)  at hudson.remoting.Channel.call(Channel.java:952)  at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43){code}   I attach some files in order to provide further information.Thanks in advance,Regards   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread rdrgpo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rodrigo Porto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Change By: 
 Rodrigo Porto  
 

  
 
 
 
 

 
 Hi everyone,I have an issue with *Kubernetes Plugin* and *Jenkins Slave*. If I build a simple pipeline, everything works, for example:{code:java}node {git branch: 'master',credentialsId: ‘crediantials-number’,url: my_repository}{code}However, if I try to build a pipeline via *Kubernetes Plugin*, for example:{code:java}def label = "test"podTemplate(label: label) {  node(label) {    stage('Deploy Test on Kubernetes') {  git branch: 'master',  credentialsId: ‘crediantials-number’,  url: my_repository    }  }}{code}I receive the next error:{code:java} at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93) at java.lang.Thread.run(Thread.java:748) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.47.0.152/10.47.0.152:34226  at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1737)  at hudson.remoting.UserResponse.retrieve(UserRequest.java:313)  at hudson.remoting.Channel.call(Channel.java:952)  at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43){code} I attach  a file  some files in order  to provide further information.Thanks in advance,Regards   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread rdrgpo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rodrigo Porto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Change By: 
 Rodrigo Porto  
 
 
Attachment: 
 jenkins.log  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread rdrgpo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rodrigo Porto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Change By: 
 Rodrigo Porto  
 
 
Attachment: 
 jenkins.log  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread rdrgpo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rodrigo Porto updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Change By: 
 Rodrigo Porto  
 
 
Attachment: 
 jenkins-pipeline-simple.log  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-50831) Repository is not reachable

2018-04-16 Thread rdrgpo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Rodrigo Porto created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50831  
 
 
  Repository is not reachable   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Attachments: 
 jenkins.log  
 
 
Components: 
 git-plugin, kubernetes-plugin, pipeline  
 
 
Created: 
 2018-04-16 15:57  
 
 
Environment: 
 Ubuntu 16.04  Jenkins: 2.107.2  Kubernetes Plugin: 1.5.2  Kubernetes: v1.9.3  Build Pipeline Plugin: 1.5.8  
 
 
Labels: 
 kubernetes-plugin  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Rodrigo Porto  
 

  
 
 
 
 

 
 Hi everyone, I have an issue with Kubernetes Plugin and Jenkins Slave. If I build a simple pipeline, everything works, for example: 

 

node {

git branch: 'master',

credentialsId: ‘crediantials-number’,

url: my_repository

}
 

 However, if I try to build a pipeline via Kubernetes Plugin, for example: 

 

def label = "test"

podTemplate(label: label) {

  node(label) {

    stage('Deploy Test on Kubernetes') {

  git branch: 'master',

  credentialsId: