I assume that you've visited https://accounts.jenkins.io/ to try to reset
your password and it was not successful.
Please provide your Jenkins account name and the previous email address in
an email message to me as mark.earl.wa...@gmail.com . I'll need to ask you
some questions and get some answ
Yes. I assume that you've visited https://accounts.jenkins.io/ to try to
reset your password and it was not successful.
Please provide your Jenkins account name and the previous email address in
an email message to me as mark.earl.wa...@gmail.com . I'll need to ask you
some questions and get som
I need to regain access to my account and am having issues, I suspect the
email address for it was a previous employer. Can anyone help with that?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receivi
I trigger the below ansible playbook using Jenkins pipeline.
- name: Play 2- Configure Source nodes
hosts: "{{ location }}"
user: remoteuser
strategy: free
gather_facts: false
vars:
ansible_ssh_extra_args: -o StrictHostKeyChecking=no -o ConnectionAttempts=5
ansible_ssh_private_
then the only thing you can do it is to enable the debug on the sshd server
to see what happens with the connection (see
https://en.wikibooks.org/wiki/OpenSSH/Logging_and_Troubleshooting), then
open a regular ssh connection from the Jenkins instance to the Agent from
command line and see what happe