diff --git a/Jenkinsfile-redo-solr b/Jenkinsfile-redo-solr index 78f19335..b6c35b1f 100644 --- a/Jenkinsfile-redo-solr +++ b/Jenkinsfile-redo-solr @@ -27,6 +27,11 @@ pipeline { description: 'Load sqlite', name: 'SQLITE' ), + booleanParam( + defaultValue: false, + description: 'Make TSV Exports', + name: 'EXPORT' + ), booleanParam( defaultValue: false, description: 'Upload to bucket',