Skip to content

Commit

Permalink
Disable auto log file removal for Jenkins gradle check logs
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jul 24, 2024
1 parent 5d1b0f0 commit 1698510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compute/jenkins-main-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export class JenkinsMainNode {
{
file_path: '/var/lib/jenkins/jobs/gradle-check/builds/*/log',
log_group_name: 'JenkinsMainNode/gradle-check.log',
auto_removal: true,
auto_removal: false,
log_stream_name: 'gradle-check.log/{date}',
},
],
Expand Down

0 comments on commit 1698510

Please sign in to comment.