From b3c0d5eaeba9bc258f2967e8d4bd9c349a320510 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Fri, 26 Jun 2020 09:55:33 -0700 Subject: [PATCH] some doc and debug for issue #35 --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 924c6c1..5f27157 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -329,6 +329,9 @@ pipeline { /// Produce various blazegraphs. /// + // DEBUG: confirm for the moment. + sh 'ls -AlF /tmp/*' + // An awkward download and protective cleanup dance. sh 'rm blazegraph.jnl || true' sh 'curl -L -o /tmp/blazegraph.jar https://github.com/blazegraph/database/releases/download/BLAZEGRAPH_2_1_6_RC/blazegraph.jar' @@ -337,11 +340,15 @@ pipeline { sh 'curl -L -o /tmp/go-lego.owl http://skyhook.berkeleybop.org/$BRANCH_NAME/ontology/extensions/go-lego.owl' sh 'curl -L -o /tmp/neo.owl http://skyhook.berkeleybop.org/$BRANCH_NAME/ontology/neo.owl' // BUG/TODO: This will need to point inward at some point. + // Attempt to pull "locally" from skyhook--it should now be built as part of the go makefile release target. //sh 'curl -L -o /tmp/reacto.owl http://snapshot.geneontology.org/ontology/extensions/reacto.owl' - //turning it skyhook. shoulf now be built as part of the go makefile release target sh 'curl -L -o /tmp/reacto.owl http://skyhook.berkeleybop.org/$BRANCH_NAME/ontology/extensions/reacto.owl' // DEBUG: confirm for the moment. sh 'ls -AlF /tmp/*' + sh 'head -100 /tmp/go-lego.owl' + sh 'head -100 /tmp/neo.owl' + sh 'head -100 /tmp/reacto.owl' + sh 'head -100 /tmp/blazegraph.properties' sh 'java -version' // WARNING: Having trouble getting the journal to the // right location. Theoretically, if the pipeline