Hello World,

Our setup:
* Jenkins 2.32.2 on Debian Linux
  libvirt Plugin for Jenkins
* 8 VMs on the same server, running Windows 7, building our software
  KVM/QEMU VMs, using libvirt
  labelled "build"
* 4 Ubuntu machines containing 2 VMs each (=8) running Windows 10, testing our software
  KVM/QEMU VMs, using libvirt
  labelled "aat"

Now I created a pipeline which starts at a "build" node. It runs there and displays "part of ...". Now at some point in the pipeline I want to switch to an "aat" node for testing; I use the step command "build 'SmokeTest'"). It switches to one of the "aat" nodes (displaying "part of ...") and then the actual job (SmokeTest) starts at a second "aat" node. The job at the first "aat" node is just waiting.

How can I make sure that only one "aat" node is being used?

TIA and best regards
        Andreas
--
Andreas Tscharner                             <sternenfe...@gmail.com>
----------------------------------------------------------------------
"Intruder on level one. All Aliens please proceed to level one."
                                      -- Call in "Alien: Resurrection"

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2033b570-fe94-dd86-fd49-1a0ef13a643e%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to