Hi, I deploy jenkins via jenkins/jenkins helm to kubernetes. I was hoping to use the "Kubernetes Credentials Provider" plugin to store ssh-credentials but this does not really seem to work when running a groovy pipe from scm and running on kubernetes agents. It seems the credential is not passed on to the agent.
Running locally on the master is fine and can access our scm with the credential, but not the agents.
Am I doing something wrong?