Release 5.2.0 Elasticsearch provisioning issue (Provision/dev/Core/ApplicationElasticSearch) #548
Replies: 2 comments
-
@gohilamariappan jmespath should have installed as part of Jenkins setup. Please double check if there any errors during this step. |
Beta Was this translation helpful? Give feedback.
0 replies
-
it seems like no errors in the plugin installtion. have installed this lugin manually in jenkins server. that resolves the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team!
@santhosh-tg
while provisioning es we got the below error.
######################3
TASK [es6 : set fact plugins_to_install to es_plugins] *************************
fatal: []: FAILED! => {}
MSG:
You need to install "jmespath" prior to running json_query filter
#################
Solution: pip2 install jmespath --> in jenkins server
Regards,
Gohila
Beta Was this translation helpful? Give feedback.
All reactions