[JIRA] (JENKINS-41290) Timed out waiting for container to become ready!

2018-03-10 Thread paweldaborow...@gmx.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pawel Daborowski edited a comment on  JENKINS-41290  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timed out waiting for container to become ready!   
 

  
 
 
 
 

 
 We have also encountered this bug when running podTemplate, but haven't identified the exact conditions in which this happens (we're not using inheritFrom).Our workaround was adding empty args string when executing cat.  { {    code:java}  podTemplate( }}  {{      label: podName, }}  {{      containers: [ }}  {{       jenkins. containerTemplate(name: builder, image: image, workingDir: '/root', ttyEnabled: true, command: 'cat', args: '') }}  {{        ], {code } }   If we don't do that (run command without args), the generated PodTemplate section in "Configure System" contains 'cat' in command line and another 'cat' in arguments line.  
 

  
 
 
 
 

 
 
 

 
 
 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-41290) Timed out waiting for container to become ready!

2018-03-10 Thread paweldaborow...@gmx.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pawel Daborowski edited a comment on  JENKINS-41290  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timed out waiting for container to become ready!   
 

  
 
 
 
 

 
 We have also encountered this bug when running podTemplate, but haven't identified the exact conditions in which this happens (we're not using inheritFrom).Our workaround was adding empty args string when executing cat.  { quote} {     podTemplate( }}  {{     label: podName, }}  {{     containers: [ }}  {{     jenkins.containerTemplate(name: builder, image: image, workingDir: '/root', ttyEnabled: true, command: 'cat', args: '') }}  {{       ], {quote } }   If we don't do that (run command without args), the generated PodTemplate section in "Configure System" contains 'cat' in command line and another 'cat' in arguments line.  
 

  
 
 
 
 

 
 
 

 
 
 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-41290) Timed out waiting for container to become ready!

2018-03-10 Thread paweldaborow...@gmx.ch (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pawel Daborowski commented on  JENKINS-41290  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Timed out waiting for container to become ready!   
 

  
 
 
 
 

 
 We have also encountered this bug when running podTemplate, but haven't identified the exact conditions in which this happens (we're not using inheritFrom). Our workaround was adding empty args string when executing cat. 

    podTemplate(     label: podName,     containers: [     jenkins.containerTemplate(name: builder, image: image, workingDir: '/root', ttyEnabled: true, command: 'cat', args: '')     ],
 If we don't do that (run command without args), the generated PodTemplate section in "Configure System" contains 'cat' in command line and another 'cat' in arguments line.  
 

  
 
 
 
 

 
 
 

 
 
 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.