Skip to content

Commit

Permalink
Add cloudwatch logs for gradle-check job
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <sngri@amazon.com>
  • Loading branch information
rishabh6788 committed Jun 27, 2024
1 parent 9282888 commit eeca365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/compute/jenkins-main-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,12 @@ export class JenkinsMainNode {
auto_removal: true,
log_stream_name: 'workflow-logs',
},
{
file_path: '/var/lib/jenkins/jobs/benchmark-test-endpoint/builds/*/log',
log_group_name: 'JenkinsMainNode/gradle-check.log',
auto_removal: true,
log_stream_name: 'gradle-check.log/{date}',
},
],
},
},
Expand Down

0 comments on commit eeca365

Please sign in to comment.