Skip to content

Commit

Permalink
Merge pull request #2093 from tbielawa/2020-01-06-fix-custom-build-email
Browse files Browse the repository at this point in the history
Stop 'Error building custom OCP: #XYZ' going to aos-team-art@redhat.com
  • Loading branch information
joepvd committed Jan 6, 2020
2 parents 7dcb520 + 43fa3e3 commit 921a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build/custom/Jenkinsfile
Expand Up @@ -94,7 +94,7 @@ node {
description: 'Failure Mailing List',
$class: 'hudson.model.StringParameterDefinition',
defaultValue: [
'aos-team-art@redhat.com',
'aos-art-automation+failed-custom-build@redhat.com',
].join(',')
],
commonlib.mockParam(),
Expand Down

0 comments on commit 921a398

Please sign in to comment.