In the Jenkins (
2.176.2), under "Manage Jenkins", is there a way to globally set for all the projects the TLS 1.2 support?
I can successfully do it individually for every project by setting in "Build Environment" the value of:
Dhttps.protocols=TLSv1.2
However, I would like to set this value one time, instead of doing it for every project.
Can someone please tell me where in the Jenkins user interface it allows setting this value for TLS?