saving some io during the build

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-01-01 12:37:24 +10:00
parent b0f13d80c3
commit dc19445605
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -2,6 +2,8 @@
pipeline {
agent any
// save some io during the build
options { durabilityHint('PERFORMANCE_OPTIMIZED') }
stages {
stage("Parallel Stage") {
parallel {