Jenkins: increase timeout and build history

This commit is contained in:
Daniel Agar
2021-05-16 15:33:35 -04:00
parent 4a93f7cea1
commit 904f827df0
3 changed files with 16 additions and 52 deletions

View File

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