I'm having an issue with Jenkins and Satis whereby I receive the following error
[ErrorException]
Undefined variable: auth
when Jenkins tries to install the package from Satis. Obviously there is something wrong with authentication, but I can't figure out what. I've setup my ssh keys with bitbucket (where the repo is) for the jenkins user, and restarted jenkins.
I know there is an auth.json file that can be used, but that stores basic auth information in plaintext, which I don't really want.