Actualiser Jenkinsfile
This commit is contained in:
parent
64ef08e530
commit
789c677037
1 changed files with 22 additions and 2 deletions
24
Jenkinsfile
vendored
24
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue