mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Don't set any job properties from the Jenkinsfile (#45522)
(cherry picked from commit e92857090b
)
This commit is contained in:
parent
1a1a3ba736
commit
281e2fe50c
1 changed files with 0 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue