Skip to content

Commit

Permalink
Fix blazegraph-runner path
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 14, 2020
1 parent c80bcfd commit 8fbe201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pipeline {
sh 'sbt stage'
sh 'cd ..'
sh 'pwd;find . -name "blazegraph-runner"'
sh './target/universal/stage/bin/blazegraph-runner'
sh 'false'
}
}
Expand Down Expand Up @@ -103,7 +104,7 @@ pipeline {
sh 'sbt stage'
sh 'cd ..'
sh 'pigz -d ../merged-kg.nt.gz'
sh './blazegraph/target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ./merged-kg.nt'
sh './target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ./merged-kg.nt'
sh 'pigz merged-kg.jnl'
}
}
Expand Down

0 comments on commit 8fbe201

Please sign in to comment.