From 892ef9d6f058d7291228f511955106bd0da32364 Mon Sep 17 00:00:00 2001 From: Marek Pastierik Date: Tue, 10 Oct 2023 09:35:30 +0200 Subject: [PATCH] Add xml header to the proxy template Fixing problem of restarting Jenkins service which caused adding this header. --- templates/proxy.xml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/proxy.xml.erb b/templates/proxy.xml.erb index 38c0878d3..cbfb6fbf6 100644 --- a/templates/proxy.xml.erb +++ b/templates/proxy.xml.erb @@ -1,3 +1,4 @@ + <%= @proxy_host %> <%= @proxy_port %>