I need the git directory stashed because I need git archive, which does not work unless the git repository is present.
I have tried several patterns, but been unsuccessful. stash includes: '**', name: 'root' stash includes: '**/*', name: 'root' stash includes: '**/.*, **/*', name: 'root' stash includes: '**/.git, **/*', name: 'root' -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/de98beae-cc50-4f5a-a03c-750c154ca721%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
