Skip to content

Commit

Permalink
fix(devops-cloud-resources-report): Add Maciej to email recipients
Browse files Browse the repository at this point in the history
Adding Maciej from operations to mail recipients.
  • Loading branch information
roydahan authored and fruch committed Dec 3, 2024
1 parent b4f6f58 commit cb1c5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-pipelines/qa/devops-cloud-resources-report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ H 9 * * *</spec>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>./docker/env/hydra.sh cloud-usage-report --emails [email protected],[email protected] --report-type general</command>
<command>./docker/env/hydra.sh cloud-usage-report --emails [email protected],[email protected],[email protected] --report-type general</command>
<configuredLocalRules/>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>./docker/env/hydra.sh cloud-usage-report --emails [email protected] --report-type last-7-days-qa</command>
<configuredLocalRules/>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>./docker/env/hydra.sh cloud-usage-report --emails [email protected],[email protected],[email protected] --report-type last-7-days-non-qa</command>
<command>./docker/env/hydra.sh cloud-usage-report --emails [email protected],[email protected],[email protected],[email protected] --report-type last-7-days-non-qa</command>
<configuredLocalRules/>
</hudson.tasks.Shell>
</builders>
Expand Down

0 comments on commit cb1c5cc

Please sign in to comment.