Re: How to recover bugtracker/wiki account?

2020-11-04 Thread Mark Waite
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

Re: Can't login to account to open issues in Jenkins Jira.

2020-11-04 Thread Mark Waite
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

Can't login to account to open issues in Jenkins Jira.

2020-11-04 Thread Jon-Paul Sullivan
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

Ansible constructs ssh command that hangs and never returns.

2020-11-04 Thread Shifa Shaikh
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_

Re: master to agent connection keeps breaking every 3-4 hours

2020-11-04 Thread kuisathaverat
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