Skip to content

Commit

Permalink
Fix notify as to not alert for user paulprice
Browse files Browse the repository at this point in the history
  • Loading branch information
roceb committed Jan 22, 2025
1 parent fbc4005 commit a347359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/lib/notify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ String jenkinsUserId() {
* @param jenkinsId String jenkins user id
*/
def warnMissingGithubUser(String token, String channel, String jenkinsId) {
def excludeList = ['PaulPrice', 'tgoldina']
def excludeList = ['paulprice', 'tgoldina']
if (excludeList.contains(jenkinsId)) {
return
}
Expand Down

0 comments on commit a347359

Please sign in to comment.