Re: remove square bracket regexp in ansible playbook

2021-02-23 Thread Sakshi Rathore
Yes indeed, thanks! On Tue, 23 Feb, 2021, 12:07 PM Amedee Van Gasse, wrote: > You're probably mistaken in your mailing lists, this is the Jenkins > mailing list. > I thing you should ask over at https://groups.google.com/g/ansible-project > (ansible-proj...@googlegroups.com) > > On Monday, Febru

Re: Help required: jenkins SSH connectivity issue

2020-08-04 Thread Sakshi Rathore
yes thanks, it worked but after successful installation and execution of script i am getting status as Build failure: Could you please advise here. Below are the logs: Started by user Sakshi Rathore <http://10.32.141.35:8080/user/jenkins> Running as SYSTEM Building in workspace /var/lib/j

Re: Help required: jenkins SSH connectivity issue

2020-07-28 Thread Sakshi Rathore
I tried a lot of things but my ssh connection is not working from jenkins > to ssh server. > > One more thing my Jenkins and ssh server is hosting on same IP address is > there anyway i can resolve this issue? > > On Mon, 27 Jul, 2020, 9:39 AM Sakshi Rathore, > wrote: >

Re: Help required: jenkins SSH connectivity issue

2020-07-28 Thread Sakshi Rathore
I tried a lot of things but my ssh connection is not working from jenkins to ssh server. One more thing my Jenkins and ssh server is hosting on same IP address is there anyway i can resolve this issue? On Mon, 27 Jul, 2020, 9:39 AM Sakshi Rathore, wrote: > thanks , i tried this as well

Re: Help required: jenkins SSH connectivity issue

2020-07-27 Thread Sakshi Rathore
7;s host key. > These keys are stored by the client in ~/.ssh/known_hosts Try > copying/appending your .ssh/known_hosts file to jenkins' > > > > On Monday, July 20, 2020 at 5:43:39 PM UTC-4, Sakshi Rathore wrote: >> >> 0I have a bash script which connects and e

Re: Help required: jenkins SSH connectivity issue

2020-07-27 Thread Sakshi Rathore
thanks , can you please suggest how can i change it to non verifying one? On Thu, Jul 23, 2020 at 2:32 PM 'Dirk Heinrichs' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore: > > [07/23/20 11:

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread Sakshi Rathore
Yes /home/user/.ssh/authorized_keys is complete path On Thu, 23 Jul, 2020, 2:28 PM 'Dirk Heinrichs' via Jenkins Users, < jenkinsci-users@googlegroups.com> wrote: > Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore: > > * Add the public key on ~/.ssh/autho

Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread Sakshi Rathore
Launch failed - cleaning up connection [07/23/20 11:04:05] [SSH] Connection closed. On Thu, Jul 23, 2020 at 8:07 AM Sakshi Rathore wrote: > Unfortunately i dont hv duplicate instance openą„¤ I only have ssh-key to > login to the server which was working before > > Any other wa

Re: Help required: jenkins SSH connectivity issue

2020-07-22 Thread Sakshi Rathore
sshd_config. Hopefully you have console access and a username/password with > sudo rights. > > On Monday, July 20, 2020 at 5:43:39 PM UTC-4, Sakshi Rathore wrote: >> >> 0I have a bash script which connects and exexutes programs from my local >> to remote server and now this sh

Help required: jenkins SSH connectivity issue

2020-07-20 Thread Sakshi Rathore
0I have a bash script which connects and exexutes programs from my local to remote server and now this should be executed from jenkins build so for this jenkins is taking continous changes from git for this script but my build is failing with below error: Warning: Identity file /c/Users/D35N/D

Re: Need help - build "Execute Shell"

2020-07-20 Thread Sakshi Rathore
I am also facing same kind of issue : 0 I have a absh script which connects and exexutes programs from my local to remote server and now this should be executed from jenkins build so for this jenkins is taking continous changes from git fo