[JIRA] (JENKINS-54677) Switching container does not switch filesystem

2019-07-16 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54677  
 
 
  Switching container does not switch filesystem   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Assignee: 
 Carlos Sanchez  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





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


[JIRA] (JENKINS-54677) Switching container does not switch filesystem

2019-03-06 Thread kenjins_b...@timothy.fromnz.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Timothy Clarke commented on  JENKINS-54677  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Switching container does not switch filesystem   
 

  
 
 
 
 

 
 Why would you expect a different file system? You're switching container after all, not pod  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54677) Switching container does not switch filesystem

2018-12-07 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-54677  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Switching container does not switch filesystem   
 

  
 
 
 
 

 
 can you provide the master debug logs ? https://github.com/jenkinsci/kubernetes-plugin/#debugging  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-54677) Switching container does not switch filesystem

2018-11-16 Thread abergme...@gmx.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Bergmeier created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54677  
 
 
  Switching container does not switch filesystem   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2018-11-16 18:34  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Andreas Bergmeier  
 

  
 
 
 
 

 
 When I do     

 

container('mycontainer') {
  script {
    def foo = "ls -lah /var"
    echo "${foo}"
 
 

 I get the `/var` of jnlp. Even when inserting `dir('/var')` there is not behavior change. When I however do `ls -lah /var` in `mycontainer` (via kubectl), I get the output of `mycontainer`.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment