Skip to content

Commit 68399b5

Browse files
committed
Remove Yoann from build notifications
1 parent a3cb74a commit 68399b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/dependency-update/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ pipeline {
265265
}
266266
post {
267267
always {
268-
notifyBuildResult maintainers: 'yoann@hibernate.org marko@hibernate.org'
268+
notifyBuildResult maintainers: 'marko@hibernate.org'
269269
}
270270
}
271271
}

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pipeline {
8989
}
9090
post {
9191
always {
92-
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: 'yoann@hibernate.org marko@hibernate.org'
92+
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: 'marko@hibernate.org'
9393
}
9494
}
9595
}

0 commit comments

Comments
 (0)