Jenkins: How to run test on multiple hosts in parallel?

2018-08-03 Thread Vijay Hiremath
Hi All, How to run test on multiple hosts in parallel? Below is the requirement. 1. I have a Jenkins job A. 2. 5 hosts are connected to A. 3. Test X need to be run on all 5 hosts. Also need to see the status of test on an independent console. 4. Result form the hosts need to be ind

Re: Jenkins: How to run test on multiple hosts in parallel?

2018-08-07 Thread Vijay Hiremath
Execute shell: > e.g pssh -h pssh-hosts -l root -A echo "Test" > > On Friday, August 3, 2018 at 5:49:24 PM UTC+5:30, Vijay Hiremath wrote: >> >> Hi All, >> How to run test on multiple hosts in parallel? Below is the requirement. >> >>1. I hav

Re: Jenkins: How to run test on multiple hosts in parallel?

2018-08-14 Thread Vijay Hiremath
e. > > > > Works for me. > > > > Good Luck! > > -- > > jim > > > > > > *Von:* jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@ > googlegroups.com] *Im Auftrag von *Vijay Hiremath > *Gesendet:* Dienstag, 7. August 2018 08:43 > *An:*

Jenkins: Selecting nodes based on target

2018-10-05 Thread Vijay Hiremath
Hi All, I have a Configuration Matrix project with following parameters Matrix Combination Parameter Name: MATRIX shortcut links: All, None By combination filter: ? 1. User-defined axis target: a, b 2. Slaves HOSTS: a-x-1, a-y-1, a-z-1 b-x-1, b-y-1, b-z-1 what should I write in