Skip to content

Commit d14819e

Browse files
New stage clean triple store
1 parent 0fa5160 commit d14819e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// Def vars
44

55
node {
6+
stage('Clean blazegraph named graph'){
7+
echo '>>> Remove data from named graph'
8+
sh 'curl --get -X DELETE -H "Accept: application/xml" http://172.16.0.81:58080/blazegraph/sparql --data-urlencode "?c=<http://lod.eurohelp.es/dataset/parkings>"'
9+
}
610
stage('Checkout') {
711
echo '>>> Checkout pipeline from GitHub'
812
git branch: 'java-only-temporal-pipeline', url: 'https://github.com/Eurohelp/Replicate-LinkedOpenData-Datasets.git'

0 commit comments

Comments
 (0)