diff --git a/Jenkinsfile b/Jenkinsfile index 37bb5e6..b2bb562 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1235,7 +1235,7 @@ pipeline { // "deep" archive (handmade BDBag). // Exclude "large" production // products (#353). - sh 'tar --use-compress-program=pigz --exclude="golr-index-contents.tgz" --exclude="blazegraph-internal.jnl.gz" --exclude="blazegraph-production.jnl.gz -cvf go-release-archive.tgz -C $WORKSPACE/copyover .' + sh 'tar --use-compress-program=pigz --exclude="golr-index-contents.tgz" --exclude="blazegraph-internal.jnl.gz" --exclude="blazegraph-production.jnl.gz" -cvf go-release-archive.tgz -C $WORKSPACE/copyover .' // We have the archives, now let's try // and get them into position--this is