Skip to content

Commit

Permalink
Notify Marko on dependency update failures and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Nov 4, 2022
1 parent a2c9da8 commit a3cd4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pipeline {
}
post {
always {
notifyBuildResult maintainers: 'yoann@hibernate.org'
notifyBuildResult maintainers: 'yoann@hibernate.org marko@hibernate.org'
}
}
}
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pipeline {
}
post {
always {
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: 'yoann@hibernate.org'
notifyBuildResult notifySuccessAfterSuccess: true, maintainers: 'yoann@hibernate.org marko@hibernate.org'
}
}
}

0 comments on commit a3cd4fb

Please sign in to comment.