Jenkins 2.440.1 failed using credentials

Hello, when running my pipeline after updating Jenkins it does not make good use of the credentials, when it comes to the part:

    ansiblePlaybook(
            inventory: 'ansible/hosts',
            playbook: pathnamePlaybook,
            credentialsId: 'DEPLOY_CREDENTIALS',
            extraVars: vars)

It reads the credential but not the passphrase it has, since it requests it through the console, which it did not do before. I have also had to change the execution from git to jgit due to failures in cloning and connections via ssh for the same reason. Has it happened to anyone? It goes over versions 2.361 for me. Thank you

1 Like