Skip to content

Commit

Permalink
Further fixed jenkins file (#5352)
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette authored Nov 29, 2023
1 parent 01f4b5b commit 8c6abc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +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'))
}
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
}
environment {
ISISDATA = '/astro_efs/isis_data'
Expand Down

0 comments on commit 8c6abc2

Please sign in to comment.