diff --git a/Jenkinsfile b/Jenkinsfile index b595c3d..224b30a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } } - stage('Création des extractions départementales/régionales'){ + stage('Seine-Maritime'){ parallel { stage('76') { steps { @@ -38,7 +38,11 @@ pipeline { } } } - + } + } + + stage('Eure'){ + parallel { stage('27') { steps { script { @@ -54,7 +58,11 @@ pipeline { } } } + } + } + stage('Manche'){ + parallel { stage('50') { steps { script { @@ -70,7 +78,11 @@ pipeline { } } } + } + } + stage('Orne'){ + parallel { stage('61') { steps { script { @@ -86,7 +98,11 @@ pipeline { } } } + } + } + stage('Calvados'){ + parallel { stage('14') { steps { script { @@ -102,7 +118,11 @@ pipeline { } } } + } + } + stage('Normandie'){ + parallel { stage('normandie') { steps { script {