Skip to content

Commit

Permalink
Revert "ci(jenkins): disable performance"
Browse files Browse the repository at this point in the history
This reverts commit 2920950.
  • Loading branch information
v1v committed Sep 30, 2019
1 parent 2920950 commit 46545c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30'))
timestamps()
ansiColor('xterm')
disableResume()
durabilityHint('PERFORMANCE_OPTIMIZED')
rateLimitBuilds(throttle: [count: 60, durationName: 'hour', userBoost: true])
quietPeriod(10)
}
Expand Down

0 comments on commit 46545c3

Please sign in to comment.