Skip to content
Snippets Groups Projects
Commit 6a08c1b6 authored by Daniel Agar's avatar Daniel Agar
Browse files

Jenkins SITL tests increase test history from 2 -> 5

parent 3959180a
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ pipeline { ...@@ -100,7 +100,7 @@ pipeline {
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14')) buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 60, unit: 'MINUTES')
} }
} // pipeline } // pipeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment