Sending HTTP requests with Jenkins Pipelines
May 24, 2018 —Category: IT
As part of the CI/CD process, we might need to communicate with some external services' APIs (e.g. notifying elastic search of a new index alias). I found an easy way to do it: Using a jenkins plugin. Jenkins plugin Jenkins has a HTTP request plugin . If you install it (or have it installed), you…