Jenkins: more build history
This commit is contained in:
parent
e1821e23ba
commit
3eb714ae41
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ def pys = [
|
||||||
|
|
||||||
properties([
|
properties([
|
||||||
durabilityHint('PERFORMANCE_OPTIMIZED'),
|
durabilityHint('PERFORMANCE_OPTIMIZED'),
|
||||||
buildDiscarder(logRotator(numToKeepStr: '5')),
|
buildDiscarder(logRotator(numToKeepStr: '100')),
|
||||||
])
|
])
|
||||||
|
|
||||||
Map tasks = [failFast: true]
|
Map tasks = [failFast: true]
|
||||||
|
|
Loading…
Reference in a new issue