Skip to content

Commit 661fdda

Browse files
committed
Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas
1 parent e3796e8 commit 661fdda

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/builds/silverpeas/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,10 @@ pipeline {
342342
always {
343343
step([$class : 'Mailer',
344344
notifyEveryUnstableBuild: true,
345-
recipients : "miguel.moquillon@silverpeas.org, silveryocha@chastagnier.com",
345+
recipients :
346+
'miguel.moquillon@silverpeas.org,' +
347+
'david.lesimple@silverpeas.com,sebastien.vuillet@silverpeas.com,' +
348+
'silveryocha@chastagnier.com',
346349
sendToIndividuals : true])
347350
}
348351
}

src/releases/silverpeas/Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,9 @@ pipeline {
456456
STABLE_BRANCH to '${buildToRelease.release}.x'
457457
IMAGE_FOR_STABLE to '${buildToRelease}'
458458
""",
459-
to: 'miguel.moquillon@silverpeas.org, silveryocha@chastagnier.com'
459+
to: 'miguel.moquillon@silverpeas.org,' +
460+
'david.lesimple@silverpeas.com,sebastien.vuillet@silverpeas.com,' +
461+
'silveryocha@chastagnier.com'
460462
)
461463
}
462464
}

0 commit comments

Comments
 (0)