|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

You can also emulate this behavior by using the post-build task plugin with the following setup:
Log Text: Archiving artifacts
cp -r .git ../builds/$BUILD_NUMBER/archive/.git/
cp .gitignore ../builds/$BUILD_NUMBER/archive/.gitignore
cp .gitattributes ../builds/$BUILD_NUMBER/archive/.gitattributes