jenkins space: how not to store all jars in all builds jenkins space: how not to store all jars in all builds jenkins jenkins

jenkins space: how not to store all jars in all builds


Jenkins only stores jars and such if you have an "Archive the artifacts" post-build action in your job. If you don't have this, it doesn't archive anything except for logs and results.

If you're wanting to store SOME stuff but just not the jars, you can change the Excludes line in the advanced setting of the "Archive the artifacts" post-build action.