Skip to content

Commit cb1c5cc

Browse files
roydahanfruch
authored andcommitted
fix(devops-cloud-resources-report): Add Maciej to email recipients
Adding Maciej from operations to mail recipients.
1 parent b4f6f58 commit cb1c5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins-pipelines/qa/devops-cloud-resources-report.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ H 9 * * *</spec>
3333
<concurrentBuild>false</concurrentBuild>
3434
<builders>
3535
<hudson.tasks.Shell>
36-
<command>./docker/env/hydra.sh cloud-usage-report --emails rnd-internal@scylladb.com,karin@scylladb.com --report-type general</command>
36+
<command>./docker/env/hydra.sh cloud-usage-report --emails rnd-internal@scylladb.com,karin@scylladb.com,maciej.zbierski@scylladb.com --report-type general</command>
3737
<configuredLocalRules/>
3838
</hudson.tasks.Shell>
3939
<hudson.tasks.Shell>
4040
<command>./docker/env/hydra.sh cloud-usage-report --emails qa@scylladb.com --report-type last-7-days-qa</command>
4141
<configuredLocalRules/>
4242
</hudson.tasks.Shell>
4343
<hudson.tasks.Shell>
44-
<command>./docker/env/hydra.sh cloud-usage-report --emails karin@scylladb.com,roy@scylladb.com,jakub.troc@scylladb.com --report-type last-7-days-non-qa</command>
44+
<command>./docker/env/hydra.sh cloud-usage-report --emails karin@scylladb.com,roy@scylladb.com,jakub.troc@scylladb.com,maciej.zbierski@scylladb.com --report-type last-7-days-non-qa</command>
4545
<configuredLocalRules/>
4646
</hudson.tasks.Shell>
4747
</builders>

0 commit comments

Comments
 (0)