Is anyone using Vault successfully with Jenkins? I'm an admin for Jenkins
which external teams use, and I can't come up with a good workflow.
Currently we're using Jenkins Credential Store (JCS) + folders
Good: secrets are not shared across folders (teams)
Bad: 1. Customers can't add sec
This looks useful but I can't follow the thread. What was the change that
was made at the end?
On Tuesday, February 5, 2019 at 9:06:19 AM UTC-8, Victor Martinez wrote:
>
> https://issues.jenkins-ci.org/browse/JENKINS-18578 provides some details
> about fixing the 'cache' folder, is that what you
r saw a caches directory
> under JENKINS_HOME (this is very possible I just don't remember).
> Can you possibly list what's in there so we can try and understand what is
> generating this directory?
>
> We segregate data quite aggressively already in Evergreen and I do not
I'm running $JENKINS_HOME on NFS. Due to the performance penalty, I want to
move out as many temp directories as I can to local disk.
Thus far I've moved
-
-Djenkins.model.Jenkins.workspacesDir='/local_cache/workspace/${ITEM_FULL_NAME}'
-
- --webroot=/local_cache/web
- --plugin