amdmax

Results 3 comments of amdmax

Setting up "MaxProtocol" to TLS 1.2. For example on ubuntu image ```bash echo "MaxProtocol = TLSv1.2" >> /etc/ssl/openssl.cnf && dotnet restore ```

What's the size of build history of this Jenkins job?

I have several Jenkins jobs with **parallel** executing on Push Events, Tag Push Events and MR Events. Gitlab-plugin settings are "Open MR" and "Rebuild on push to source branch". These...