[JIRA] (JENKINS-48151) Add full support for valueFrom syntax

2020-01-21 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-48151  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add full support for valueFrom syntax   
 

  
 
 
 
 

 
 Carlos Sanchez   so if I'm using something like this? containerTemplate(name: 'basic', image: slaveImage, ttyEnabled: true, shell: 'sh', envVars: [ valueFrom(key: 'parentHost', fieldRef: "status.hostIP") ], privileged: true, workingDir: '/data/', alwaysPullImage: false,   This is not working what do i missing ?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60249) Pod retention policy onFailure is not applied

2020-01-01 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-60249  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pod retention policy onFailure is not applied   
 

  
 
 
 
 

 
 Ignacio Pascual  according to the code public boolean shouldDeletePod(KubernetesCloud cloud, Pod pod) { if (pod == null || pod.getStatus() == null)  { return false; }  boolean hasErrors = pod.getStatus().getPhase().toLowerCase().matches("(failed|unknown)"); return !hasErrors; }     it will keep the pods only if the pods are in failure or unknow state  not the job    
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53532) Kubernetes java.net.SocketTimeoutException: timeout

2019-09-16 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-53532  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Kubernetes java.net.SocketTimeoutException: timeout   
 

  
 
 
 
 

 
 Matthew Ludlum, there is not a configuration that we can change in the plugin itself, we really need to restart Jenkins for it?   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-47827) Support passing a user/uid into containerTemplate

2019-08-28 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-47827  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support passing a user/uid into containerTemplate   
 

  
 
 
 
 

 
 Valentin Delaye i finished adding it , only test not finished yet , but as i understand i got blocked     
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-47827) Support passing a user/uid into containerTemplate

2019-08-27 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-47827  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support passing a user/uid into containerTemplate   
 

  
 
 
 
 

 
 Guys, should I close it and close the PR? I see that there is a lot of people that resist this change adding this functionality, I have added it locally in our Jenkins because I have no time for endless conversions    
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-47827) Support passing a user/uid into containerTemplate

2019-08-27 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat updated  JENKINS-47827  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Waiting for code review and merge no conflicts and test covered and pass   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-47827  
 
 
  Support passing a user/uid into containerTemplate   
 

  
 
 
 
 

 
Change By: 
 elhay efrat  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Fixed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-47827) Support passing a user/uid into containerTemplate

2019-08-25 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-47827  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support passing a user/uid into containerTemplate   
 

  
 
 
 
 

 
 Guys can you please approve [JENKINS-47827 ] adding support Support passing a user/uid into containerTemplate     
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44659) Missing workspace - workspace deleted during concurrent build

2019-06-10 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-44659  
 
 
  Missing workspace - workspace deleted during concurrent build   
 

  
 
 
 
 

 
Change By: 
 elhay efrat  
 
 
Status: 
 Reopened Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44659) Missing workspace - workspace deleted during concurrent build

2019-06-10 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat edited a comment on  JENKINS-44659  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Missing workspace - workspace deleted during concurrent build   
 

  
 
 
 
 

 
 [~jglick] we  canb  can  close it the RCA it's deleting the root folder and re-create it i don't see any use case adding it in the code , so what needed to be done , just change the workspace folder to something else and it will work perfectly you need to go to slaves ( node ) > workspace folder , change it , re-run it   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44659) Missing workspace - workspace deleted during concurrent build

2019-06-10 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat edited a comment on  JENKINS-44659  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Missing workspace - workspace deleted during concurrent build   
 

  
 
 
 
 

 
 [~jglick] we canb close it the RCA it's deleting the root folder and re-create it i don't see any use case adding it in the code , so what needed to be done , just change the  WORKSAPCE  workspace  folder to  somthing  something  else and it will work  perfectlly  perfectly  you need to go to slaves ( node ) > workspace folder , change it , re-run it   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44659) Missing workspace - workspace deleted during concurrent build

2019-06-10 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat commented on  JENKINS-44659  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Missing workspace - workspace deleted during concurrent build   
 

  
 
 
 
 

 
 Jesse Glick we canb close it  the RCA it's deleting the root folder and re-create it  i don't see any use case adding it in the code  , so what needed to be done , just change the WORKSAPCE folder to somthing else and it will work perfectlly  you need to go to slaves ( node ) > workspace folder , change it , re-run it   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44659) Missing workspace - workspace deleted during concurrent build

2019-05-28 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 this is still happed  i found the RCA  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-44659  
 
 
  Missing workspace - workspace deleted during concurrent build   
 

  
 
 
 
 

 
Change By: 
 elhay efrat  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44659) Missing workspace - workspace deleted during concurrent build

2019-05-28 Thread elhayef...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 elhay efrat assigned an issue to elhay efrat  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-44659  
 
 
  Missing workspace - workspace deleted during concurrent build   
 

  
 
 
 
 

 
Change By: 
 elhay efrat  
 
 
Assignee: 
 elhay efrat  
 

  
 
 
 
 

 
 
 

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