Skip to content

Commit

Permalink
Removed CulpritsRecipientProvider and use DevelopersRecipientProvider…
Browse files Browse the repository at this point in the history
… in Jenkinsfile (#1596)

Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd authored Feb 1, 2024
1 parent f7e6b32 commit a686721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
recipientProviders: [[$class: 'CulpritsRecipientProvider']]
recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
recipientProviders: [[$class: 'CulpritsRecipientProvider']]
recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.jdk17
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pipeline {
emailext(
subject: '${DEFAULT_SUBJECT}',
body: '${DEFAULT_CONTENT}',
recipientProviders: [[$class: 'CulpritsRecipientProvider']]
recipientProviders: [[$class: 'DevelopersRecipientProvider']]
)
}
}
Expand Down

0 comments on commit a686721

Please sign in to comment.