Is there a way to save/archive multiple artifacts from the same build?
Jenkins only allows a single \'Archive the Artifacts\' post build step, and grey\'s out the option
If you want to save two different types of files like zip files and html files, then you can use
*.html,*.zip
It will help you to archive all zip files and html files in that directory.