Skip to content

Commit

Permalink
Don't set any job properties from the Jenkinsfile (#45522)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Sep 12, 2019
1 parent 15b5839 commit e928570
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit e928570

Please sign in to comment.