Don't set any job properties from the Jenkinsfile (#45522)

(cherry picked from commit e92857090b)
This commit is contained in:
Brian Seeders 2019-09-12 10:22:36 -04:00 committed by spalger
parent 1a1a3ba736
commit 281e2fe50c

4
Jenkinsfile vendored
View file

@ -1,9 +1,5 @@
#!/bin/groovy
properties([
durabilityHint('PERFORMANCE_OPTIMIZED'),
])
stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a little bit
timeout(time: 180, unit: 'MINUTES') {
timestamps {