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!