Skip to content

Commit

Permalink
Test with a different compression method (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kronos30 authored Feb 21, 2025
1 parent 5f7391c commit 7d1f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ pipeline {
// Invoke the Jenkins Job Cacher Plugin via the cache method.
// Set the max cache size to 4GB, as S3 only allows a 5GB max upload at once
cache(maxCacheSize: 4900, caches: [
arbitraryFileCache(path: '${HOME}/tailor/ccache', cacheName: recipe_label)
arbitraryFileCache(path: '${HOME}/tailor/ccache', cacheName: recipe_label, compressionMethod: 'TARGZ_BEST_SPEED')
]) {
unstash(name: srcStash(params.release_label))
unstash(name: debianStash(recipe_label))
Expand Down

0 comments on commit 7d1f285

Please sign in to comment.