Functional tests - fix esArchive mappings with runtime fields (#83530)

* Functional tests - fix esArchive mappings with runtime fields

* Modify jenkinsfile to run with unverified ES snapshot

* Adjust security index fields test for the new mapping structure

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Robert Oskamp 2020-11-17 21:15:41 +01:00 committed by GitHub
parent b328492c0f
commit 62436e3f03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 40 deletions

1
Jenkinsfile vendored
View file

@ -1,5 +1,6 @@
#!/bin/groovy
env.KBN_ES_SNAPSHOT_USE_UNVERIFIED = 'true'
library 'kibana-pipeline-library'
kibanaLibrary.load()