Corrections
This commit is contained in:
parent
fb3b8e4ddc
commit
da27ea358a
7 changed files with 16 additions and 28 deletions
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
|
|
@ -36,7 +36,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('27.geojson') {
|
||||
stage('27') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=27.geojson france-filtered.osm.pbf -o 27.osm.bz2 -v"
|
||||
|
|
@ -44,7 +44,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('27-ext.geojson') {
|
||||
stage('27-ext') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=27-ext.geojson france-filtered.osm.pbf -o 27-ext.osm.bz2 -v"
|
||||
|
|
@ -52,7 +52,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('50.geojson') {
|
||||
stage('50') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=50.geojson france-filtered.osm.pbf -o 50.osm.bz2 -v"
|
||||
|
|
@ -60,7 +60,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('50-ext.geojson') {
|
||||
stage('50-ext') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=50-ext.geojson france-filtered.osm.pbf -o 50-ext.osm.bz2 -v"
|
||||
|
|
@ -68,7 +68,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('61.geojson') {
|
||||
stage('61') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=61.geojson france-filtered.osm.pbf -o 61.osm.bz2 -v"
|
||||
|
|
@ -76,7 +76,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('61-ext.geojson') {
|
||||
stage('61-ext') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=61-ext.geojson france-filtered.osm.pbf -o 61-ext.osm.bz2 -v"
|
||||
|
|
@ -84,7 +84,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('14.geojson') {
|
||||
stage('14') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=14.geojson france-filtered.osm.pbf -o 14.osm.bz2 -v"
|
||||
|
|
@ -92,7 +92,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('14-ext.geojson') {
|
||||
stage('14-ext') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=14-ext.geojson france-filtered.osm.pbf -o 14-ext.osm.bz2 -v"
|
||||
|
|
@ -100,7 +100,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('normandie.geojson') {
|
||||
stage('normandie') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=normandie.geojson france-filtered.osm.pbf -o normandie.osm.bz2 -v"
|
||||
|
|
@ -108,7 +108,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('normandie-ext.geojson') {
|
||||
stage('normandie-ext') {
|
||||
steps {
|
||||
script {
|
||||
sh "osmium extract --strategy complete_ways --polygon=normandie-ext.geojson france-filtered.osm.pbf -o normandie-ext.osm.bz2 -v"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue