Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Personal gitlab runner

Procedure for proxy settings

sudo mkdir /etc/systemd/system/gitlab-runner.service.d

echo in /etc/systemd/system/gitlab-runner.service.d/http-proxy.conf

# !!!! special chars in password and username for proxy must be double escaped with %%
[Service]
Environment="HTTP_PROXY=PROXYSECRET"
Environment="HTTPS_PROXY=PROXYSECRET"
Environment="NO_PROXY=*.snmc.cec.eu.int,snmc.cec.eu.int,snmc.cec.eu.int,sam-hcpvault.cec.eu.int"

and

sudo systemctl daemon-reload
sudo systemctl restart gitlab-runner

From

Edited by Raphael JOIE