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
is
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 figure
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` c
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) &&
!