Jenkins SITL tests increase test history from 2 -> 5

This commit is contained in:
Daniel Agar
2019-02-06 10:58:41 -05:00
parent 3959180a2e
commit 6a08c1b6f1

View File

@@ -100,7 +100,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '14'))
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES')
}
} // pipeline