diff --git a/Jenkinsfile b/Jenkinsfile index 4d166302766f0a64bdb9d766e0bef8e88fc7e626..527d88417d466524045d5b8eaeac9054a04c40a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,9 @@ pipeline { registryUrl 'https://950438895271.dkr.ecr.us-west-2.amazonaws.com' args '--entrypoint= -v /astro_efs:/astro_efs' } + options { + buildDiscarder(logRotator(numToKeepStr: '5')) + } } environment { ISISDATA = '/astro_efs/isis_data'