Skip to content

Commit

Permalink
jenkinsfile syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jun 13, 2024
1 parent 324a582 commit f1393e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile-redo-solr
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ pipeline {
expression {
return params.JSONL
}
steps {
sh 'poetry run ingest jsonl'
}
}
steps {
sh 'poetry run ingest jsonl'
}
}
stage('kgx-transforms'){
when {
Expand Down

0 comments on commit f1393e1

Please sign in to comment.