Re: Ansible constructs ssh command that hangs and never returns.

2020-11-05 Thread Shifa Shaikh
@*Jérôme Godbout I dont think known_hosts is the cause of the issue here for the following reasons. 1. ssh host is definitely added to known_hosts. 2. Why would it prompt when I have set * ansible_ssh_extra_args: -o StrictHostKeyChecking=no as you can see in my playbook. 3. Also, the fact that

Re: Ansible constructs ssh command that hangs and never returns.

2020-11-05 Thread Mohtashim S
@Jérôme Godbout Why would it prompt when I have set ansible_ssh_extra_args: -o StrictHostKeyChecking=no as you can see in my playbook. Also, the fact that the same ssh command without the `/bin/sh` appended does not prompt or hangs and works perfectly fine with a successful ssh. Please sugge

Re: Doxygen integration with Jenkins

2020-11-05 Thread Arjuman Banu
Also, [image: Capture12.PNG] Please check the image attached. I am unable to find the path D:\Banu\Git which exists. I don't know what is the issue. The path "D:\Projects\workspace\Aesculap_GN740_Demo1" doesnt exist. Is this is the reason?? On Thursday, November 5, 2020 at 10:04:04 PM UTC-7 A

Re: Doxygen integration with Jenkins

2020-11-05 Thread Arjuman Banu
ok. but the same worked on other pc. i was able to generate documentation. Only here the console also throwing error like the path doesnt exist. On Thursday, November 5, 2020 at 6:45:41 AM UTC-7 eric...@cd-adapco.com wrote: > Hi Arjuman, > > In your screenshot of the Doxygen Installations confi

RE: Ansible constructs ssh command that hangs and never returns.

2020-11-05 Thread Jérôme Godbout
Make sure your ssh host is added to the known host prior to executing any ssh command, the do you want to add the host [yes, no] question might be blocking you and await user interaction… which in case of automated system is not great. From: jenkinsci-users@googlegroups.com On Behalf Of Shifa

Re: Doxygen integration with Jenkins

2020-11-05 Thread Eric Pyle
Hi Arjuman, In your screenshot of the Doxygen Installations configuration, it shows that the configured path to Doxygen does not exist on your Jenkins master. It appears that you have two Jenkins installations (two masters), and one of them has Doxygen.exe installed at C:\Program Files\doxyge

Doxygen integration with Jenkins

2020-11-05 Thread Arjuman Banu
Hi, I am integrating Doxygen tool with Jenkins. Given .exe path in Jenkins global tool configurations. While configuring a project, build->generating documentation using doxygen, Doxygen Installations: Doxyfile Path: (given configuration file path) When I run, it is generating the documentatio