saving some io during the build
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
b0f13d80c3
commit
dc19445605
|
@ -2,6 +2,8 @@
|
|||
|
||||
pipeline {
|
||||
agent any
|
||||
// save some io during the build
|
||||
options { durabilityHint('PERFORMANCE_OPTIMIZED') }
|
||||
stages {
|
||||
stage("Parallel Stage") {
|
||||
parallel {
|
||||
|
|
Loading…
Reference in New Issue