Skip to content

Commit

Permalink
add export to tsv param to jenkinsfile-redo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed May 21, 2024
1 parent 19f21b7 commit 2dafc97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile-redo-solr
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2dafc97

Please sign in to comment.