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
Vendored
+2 -2
View File
@@ -374,7 +374,7 @@ pipeline {
GIT_COMMITTER_NAME = "PX4BuildBot"
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactDaysToKeepStr: '20'))
timeout(time: 60, unit: 'MINUTES')
buildDiscarder(logRotator(numToKeepStr: '20', artifactDaysToKeepStr: '30'))
timeout(time: 90, unit: 'MINUTES')
}
}