Re: What compression algorithm is used by the pipeline zip step, and is it tunable?

2019-12-04 Thread Tim Black
Thanks Björn. We're currently on a single master, and I definitely will take performance into consideration when we scale. We're looking into installing and ind integrating with Artifactory in the coming months, which should help with managing artifacts, but I suspect there will still be the

Re: How to add SSH public key to local user ?

2019-12-04 Thread Ivan Fernandez Calvo
Could you give more details of your use case? When you said `local user` it is local to master or agent? also it depends what would be the use that you make of the key (git, ssh, ...) El martes, 3 de diciembre de 2019, 18:15:14 (UTC), Dropveter escribió: > > Hi, > > My current quest is to

ENV via entrypoint in Docker images on Kubernetes cloud

2019-12-04 Thread Steffen Seckler
Hi, I am setting some environment variables via the entrypoint of a dockerfile. These variables can be set at earliest during the startup of the container, as they include the cpuid. I have confirmed that the entrypoint is executed at the startup of the container, however, inside of the `sh`

Re: How to identify the compatibility plugins?

2019-12-04 Thread 'Björn Pedersen' via Jenkins Users
You should check https://jenkins.io/blog/2019/05/30/becoming-contributor-newbie-tickets/ and https://github.com/jenkinsci/jenkins/pull/3985: return isCompatibleWithInstalledVersion() && !isForNewerHudson() && !isForNewerJava() && isNeededDependenciesCompatibleWithInstalledVersion(cache) &&