Audit to Database Plugin in Jenkins container
Host in URL is named MySQL container, or private IP in docker network has been successfully connected.
Java application, written in URL, if using container name, reportjava.net.UnknownHostException: db
(db is MySQL container name)
If you write a private address, reportjava.net.SocketTimeoutException: connect timed out
The two containers are connected in the same bridge network of docker.
The host in the URL was successfully changed to the IP of the host.