Im using the jenkins ssh-agent plugin in order to provide ssh credentials for my collections that work fine, however I configured it to poll scm (in this case bitbucket git) to check for changes.
And, of course, in order to access the repo in order to poll the changes, it also needs these ssh credentials, I cannot find anything related to this in the wiki, but there must be a way to do this.
It seems that such a stupid thing is not implemented for them, because if you need ssh credentials for cloning and assembly, you will also need them to poll correctly?
source
share