Skip to content

Commit

Permalink
add tsv export to 'redo' jenkins job
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed May 21, 2024
1 parent e137505 commit 19f21b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile-redo-solr
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ pipeline {
sh 'poetry run ingest sqlite'
}
}
stage('make tsv exports') {
when {
expression {
return params.EXPORT
}
}
steps {
sh 'poetry run ingest export'
}
}
stage('upload files') {
when {
expression {
Expand Down

0 comments on commit 19f21b7

Please sign in to comment.