[JIRA] (JENKINS-29893) Allow exclusions for git clean

2019-10-30 Thread eub.kansa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josiah Eubank commented on  JENKINS-29893  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow exclusions for git clean   
 

  
 
 
 
 

 
 +1 for the script/pipeline maintenance of modifying everywhere that uses 'checkout scm'  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-29893) Allow exclusions for git clean

2019-10-16 Thread bdoming...@virtualwaregroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Borja Domínguez commented on  JENKINS-29893  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow exclusions for git clean   
 

  
 
 
 
 

 
 I know that. It's what I'm currently doing. But it would be nice that we could do it in "Clean before checkout" behaviour on Jenkins UI because everywhere where we are calling "checkout scm" uses that configuration. In this case I need to make two lines in my Jenkinsfile. 1-"git clean", 2-"checkout scm". In pipelines that you have stash and unstash you need to copy this code everywhere.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-29893) Allow exclusions for git clean

2019-10-15 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite edited a comment on  JENKINS-29893  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow exclusions for git clean   
 

  
 
 
 
 

 
 I have no plans currently to implement this in the plugin.  It is simple to call the {{git clean}} command from Jenkins Pipeline and is not much more difficult to call it from Freestyle jobs. The {{git clean}} command does not require authentication, so does not need the added logic that the git plugin provides for authentication support.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-29893) Allow exclusions for git clean

2019-10-15 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-29893  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow exclusions for git clean   
 

  
 
 
 
 

 
 I have no plans currently to implement this in the plugin. It is simple to call the git clean command from Jenkins Pipeline and is not much more difficult to call it from Freestyle jobs.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-29893) Allow exclusions for git clean

2019-10-15 Thread bdoming...@virtualwaregroup.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Borja Domínguez commented on  JENKINS-29893  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow exclusions for git clean   
 

  
 
 
 
 

 
 Any news? I would like to see "Clean before checkout" behaviour to have an option to add an exclude pattern:   https://git-scm.com/docs/git-clean   Now I'm executing the command myself without using this behaviour as it does not support it. Example: 'git clean -fdx -e MyFolderToExclude'  
 

  
 
 
 
 

 
 
 

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