Skip to content
Snippets Groups Projects
Unverified Commit 01f4b5b6 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Set minimum number of logs to keep in Jenkins (#5351)

parent adfadd99
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,9 @@ pipeline { ...@@ -11,6 +11,9 @@ pipeline {
registryUrl 'https://950438895271.dkr.ecr.us-west-2.amazonaws.com' registryUrl 'https://950438895271.dkr.ecr.us-west-2.amazonaws.com'
args '--entrypoint= -v /astro_efs:/astro_efs' args '--entrypoint= -v /astro_efs:/astro_efs'
} }
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
}
} }
environment { environment {
ISISDATA = '/astro_efs/isis_data' ISISDATA = '/astro_efs/isis_data'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment