Yes, archiving is quite standard, but there could be some variation or plugin around it and we don't want to lose time on the wrong assumption.
Anyway, well, I'd guess *you* actually excluded those file with that pattern: *bin/**/*.** Maybe try simply with *bin/*** instead? 2016-03-01 0:27 GMT+01:00 Jinny Pan <[email protected]>: > It has matrix project configuration. I think archiving artifacts is > out-of-box feature in Jenkins, I didn't install any plugin for this part of > functionality. I checked "use default excludes". All the files have no > extension in bin/ folder. So it excludes all files without extension? > > On Monday, February 29, 2016 at 4:50:10 PM UTC-6, Baptiste Mathus wrote: >> >> Please provide some context. Jenkins has 1000+ plugins. Are you using a >> freestyle job? >> >> Did you have a look in the advanced options of the artifact archiving? >> Namely, the "default excludes"? What are the file extensions in your bin/ >> folder? >> >> 2016-02-29 23:23 GMT+01:00 Jinny Pan <[email protected]>: >> >>> >>> I have a building plan trying to archive several folders of files as >>> artifacts, such as "bin/**/*.*, lib/**/*.*, modules/**/*.*, >>> tools/artifact/**/*.*". But after build finished, I checked the build >>> artifacts in Jenkins, there is no folder "bin". I also checked the build >>> workspace, the bin directory and files were successfully compiled. I also >>> cannot find bin directory in archive folder of build record directory. >>> >>> Does anybody have the same issue before? I doubt there is size >>> limitation of artifacts, since my bin directory supposed to have over >>> twenty of big binary executable files. Thanks in advance! >>> >>> -- >>> 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/2892eb24-8ed9-473e-87bd-29dc62c0b296%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/2892eb24-8ed9-473e-87bd-29dc62c0b296%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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/631314c6-f2da-4712-8f34-51b6cb49bb11%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/631314c6-f2da-4712-8f34-51b6cb49bb11%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CANWgJS5rjxqzaMyCCo-QW39bfR5g1fmwiRt_RRe-bxZE-ZexXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
