[JIRA] (JENKINS-49077) pipeline checkout step does not perform retries

2018-11-12 Thread jacob.kel...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Keller commented on  JENKINS-49077  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline checkout step does not perform retries   
 

  
 
 
 
 

 
 I am not sure that works when you need the pipeline to be loaded from the repository.  
 

  
 
 
 
 

 
 
 

 
 
 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-49077) pipeline checkout step does not perform retries

2018-11-12 Thread quentin.ner...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Quentin Nerden edited a comment on  JENKINS-49077  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline checkout step does not perform retries   
 

  
 
 
 
 

 
 [~jekeller]"However, I'm unable to do this for the checkout step that occurs as part of fetching the pipeline code."You can skip that default checkout step with the option "skipDefaultCheckout()", like this: {code:java} agent { label 'docker:creator' } options { skipDefaultCheckout() }{code}     
 

  
 
 
 
 

 
 
 

 
 
 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-49077) pipeline checkout step does not perform retries

2018-11-12 Thread quentin.ner...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Quentin Nerden commented on  JENKINS-49077  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline checkout step does not perform retries   
 

  
 
 
 
 

 
 Jacob Keller "However, I'm unable to do this for the checkout step that occurs as part of fetching the pipeline code." You can skip that default checkout step with the option "skipDefaultCheckout()", like this:   

 

 agent { label 'docker:creator' }
 options { skipDefaultCheckout() }
 

        
 

  
 
 
 
 

 
 
 

 
 
 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.