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
No, jenkins does not provide only one artifact to save. You can use wild card pattern to same any number of artifacts, For example All Jars - **/*.jar All War - **/*.war and so on.
**/ means Any directory.