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

This commit is contained in:
Brian Seeders 2019-09-12 10:22:36 -04:00 committed by GitHub
parent 15b5839fbd
commit e92857090b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {