[JIRA] (JENKINS-60030) runAsUser on podTemplate not working

2020-01-24 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe edited a comment on  JENKINS-60030  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: runAsUser on podTemplate not working   
 

  
 
 
 
 

 
 This was fixed  in  through  https://github.com/jenkinsci/kubernetes-plugin/pull/643  (1.21.3)  
 

  
 
 
 
 

 
 
 

 
 
 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.202855.1572822958000.5204.1579880940172%40Atlassian.JIRA.


[JIRA] (JENKINS-60030) runAsUser on podTemplate not working

2020-01-24 Thread vinc...@latombe.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vincent Latombe closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This was fixed in https://github.com/jenkinsci/kubernetes-plugin/pull/643  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60030  
 
 
  runAsUser on podTemplate not working   
 

  
 
 
 
 

 
Change By: 
 Vincent Latombe  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 kubernetes-1.21.3  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this 

[JIRA] (JENKINS-60030) runAsUser on podTemplate not working

2019-11-06 Thread vas.poth...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sriniva Pothala commented on  JENKINS-60030  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: runAsUser on podTemplate not working   
 

  
 
 
 
 

 
 This is happening for me too.  Jenkins Version: 2.190.2 Kubernetes Plugin: 1.21.0 

 

WARNING: Unknown parameter(s) found for class type 'org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep': runAsGroup,runAsUser  

  
 

  
 
 
 
 

 
 
 

 
 
 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.202855.1572822958000.10346.1573086720135%40Atlassian.JIRA.


[JIRA] (JENKINS-60030) runAsUser on podTemplate not working

2019-11-03 Thread guth...@squareup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adam Guthrie created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60030  
 
 
  runAsUser on podTemplate not working   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2019-11-03 23:15  
 
 
Environment: 
 kubernetes-plugin=1.20.2, jenkins=2.190.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Adam Guthrie  
 

  
 
 
 
 

 
 I'm seeing the following error when trying to specify runAsUser on a podTemplate: 

 

podTemplate(
label: podLabel,
containers: containers,
volumes: volumes,
idleMinutes: idleMinutes,
runAsUser: 928  

 error: 

 

09:48:24  [Pipeline] podTemplate
09:48:24  WARNING: Unknown parameter(s) found for class type 'org.csanchez.jenkins.plugins.kubernetes.pipeline.PodTemplateStep': runAsUser