https://github.com/jenkinsci/compress-artifacts-plugin
https://github.com/jenkinsci/compress-artifacts-plugin
adopt-this-plugin
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/compress-artifacts-plugin
- Owner: jenkinsci
- Created: 2013-08-21T15:25:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T12:48:43.000Z (7 months ago)
- Last Synced: 2025-04-05T10:41:30.192Z (6 months ago)
- Topics: adopt-this-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/compress-artifacts/
- Size: 129 KB
- Stars: 6
- Watchers: 102
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Compress Artifacts
Keeps build artifacts compressed to save disk space on the controller.
Adds an option to compress build artifacts (currently in a ZIP file only) when stored on the controller.
To use, you must request this option in the Jenkins global configuration screen (*Artifact Management for Builds* section).Artifacts produced before the plugin was installed/configured will not be compressed, though they will be served correctly.
### Compatibility issues
Some other plugins do not yet support nonstandard artifact storage.
In particular, Copy Artifact will be broken. ([JENKINS-22637](https://issues.jenkins-ci.org/browse/JENKINS-22637))