Good day, Can anyone confirm if the Jenkins trigger app is going to be updated? I tried using the webhooks plugin, but it seems to use an outdated python urllib library and not the python requests library. At this point, i cant seem to trigger a action webhook to Jenkins from Splunk? Thanking you kindly.
... View more
Good day, We are currently using : Splunk Enterprise Version:8.1.3 and it seems there may be an issue with the urllibs library in python. Currently we are not able to use the Jenkins Trigger action as it is no longer supported. So we are using a webhook method to trigger a Jenkins build The method we are using is: url=http://<APIUSER>:<API token>@i<FQDN hostname>:8080/project/<Project>/<Folder>/<Job</buildWithParameters?token=<job token>?<Param>=<Value> the error we get is : <urlopen error [Errno -2] Name or service not known> and we attempted to use the IP address instead of the FQDN, as well as the name of the server as it is in the hosts file. Not sure if this is an issue with our Python installation on the Splunk SE side ? Any suggestons
... View more